Base docker image for doing machine learning in docker containers. Supports only NVIDIA cuda, make sure to install nvidia-docker2
docker build -t ml .
docker run -it ml bash
a base docker image for doing ML/AI without conda spaghetti on host
Base docker image for doing machine learning in docker containers. Supports only NVIDIA cuda, make sure to install nvidia-docker2
docker build -t ml .
docker run -it ml bash
a base docker image for doing ML/AI without conda spaghetti on host