sudo ./install_docker.sh
sudo ./install_nvidia_docker.sh
- Create the docker group:
sudo groupadd docker
- Add your user to the docker group:
sudo usermod -aG docker $USER
- Activate the changes to groups(or reboot):
newgrp docker
docker pull narrowsnap/my-jupyter
./create_container.sh
- for bash:
docker exec -it pytorch bash
- for jupyter:
http://localhost:8889