/docker-torch-cuda-jupyter

Dockerfile for build image with pytorch, cuda and jupyterlab server, plus docker-compose.yaml for container management

Primary LanguageShell

Dockerfile for build image with pytorch, cuda and jupyterlab server, plus docker-compose.yaml for container management

  • build image:
make build
  • start containers:
make up
  • shutdown containers:
make down