there are dockerfiles provide me a independent deeplearning environment.all uploaded are tested,fell free to use it.
YOU NEED INSTALL CUDA,NVIDIA-DRIVER,NVIDIA-DOCKER2 FIRST
- install nvidia-docker2 with official manual.
- create override.conf in /etc/systemd/system/docker.service.d with sudo permission.
sudo tee < EOF > /etc/systemd/system/docker.service.d/override.conf
[Service]
ExecStart=
ExecStart=/usr/bin/dockerd --host=fd:// --add-runtime=nvidia=/usr/bin/nvidia-container-runtime --default-runtime=nvidia
EOF
- reload the docker daemon
sudo systemctl daemon-reload
- restart docker
sudo systemctl restart docker
- just use the intepreter in the image in pycharm,please follow the jetbarins official tutourial.