davidjurado
davidjurado
# MLCube integration [MLCube](https://github.com/mlcommons/mlcube) is a consistent interface to machine learning models in containers like Docker. In this PR the best practices working group at [MLCommons](https://mlcommons.org/en/) presents an MLCube integration...
# Singularity read only volumes When defining the mounts there is the need to define if these volumes are going be used with read-only permissions, to allow users to define...
New command for MLCube has been added: ```bash mlcube upload ``` The idea of this command is to allow users to upload the docker image specified inside the **mlcube.yaml** file...
This PR integrates the following new flags into MLCube: Description | Docker Flag | Singularity Flag | MLCube Flag -- | -- | -- | -- Network acess | --network...
When executing MLCube whiout Docker installed or running there is a long error message indicating that it's possible that Docker isn't running (`Is the docker daemon running?`) but this message...
# GPUs example NOTE: This example depends on: [MLCUBE PR 345](https://github.com/mlcommons/mlcube/pull/345) ## Project setup An important requirement is that you must have Docker and/or Singularity installed. ```bash # Create Python...
This example is a tutorial on how to pack an existing project into MLCube using config 2.0 Please refer to the [README](https://github.com/davidjurado/mlcube_examples/blob/feature/boston_housing/boston_housing/README.md).
# MedPerf - MLCube - BraTs Challange Integration ## Project setup ```bash # Create Python environment and install MLCube Docker runner virtualenv -p python3 ./env && source ./env/bin/activate && pip...
# MLCube for Bert MLCube™ GitHub [repository](https://github.com/mlcommons/mlcube). MLCube™ [wiki](https://mlcommons.github.io/mlcube/). ## Project setup An important requirement is that you must have Docker installed. ```bash # Create Python environment and install MLCube...