Deci-AI:master
from
timho102003:dagshub_logger
Docker is an open-source containerization platform allowing developers to package and distribute applications in a portable and efficient way. Docker is becoming increasingly important in deep learning because it provides an easy and flexible way to manage the complex dependencies and configurations required for deep learning projects. With Docker, deep learning developers can easily package their applications and libraries into container images, which can be distributed and run on any machine with Docker installed. This simplifies the development process and makes it easier to reproduce and share deep learning experiments and results.
docker pull deciai/super-gradients:3.0.7
Each SG release will push a new tag to the docker hub.
You can also use the latest
tag:
docker pull deciai/super-gradients:latest
See the list of available tags here
docker run deciai/super-gradients:3.0.7
Recommendations for training
-shm-size=64gb
to your run command.-v /PATH/TO/DATA_DIR/:/PATH/TO/DATA_DIR_INSIDE_THE_CONTAINER/
to your run command. Do the same for your training scripts.--gpus all
.-it
for interactiveness.Press p or to see the previous file or, n or to see the next file