mlcube icon indicating copy to clipboard operation
mlcube copied to clipboard

MLCube® is a project that reduces friction for machine learning by ensuring that models are easily portable and reproducible.

Results 52 mlcube issues
Sort by recently updated
recently updated
newest added

# 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...

Currently, MLCube docker and singularity runners require that docker and singularity images define entry points that serve as dispatcher scripts for various tasks implemented in those MLCubes. This PR introduces...

This commit introduces a new feature for MLCubes - special environmental variables set by MLCube runtime that are available in user scripts. Two variables are set: - `MLCUBE_NAME` - MLCube...

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...

Bumps [cookiecutter](https://github.com/cookiecutter/cookiecutter) from 1.7.2 to 2.1.1. Release notes Sourced from cookiecutter's releases. 2.1.1 Documentation updates Fix local extensions documentation (#1686) @​alkatar21 Bugfixes Sanitize Mercurial branch information before checkout. (#1689) @​ericof...

dependencies