lirt1231 / docker-torch-cuda-jupyter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:Shell 44.0%Language:Dockerfile 32.3%Language:Python 19.7%Language:Makefile 4.1%