format37 / jupyter_notebook_docker

jupyter notebook docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jupyter notebook docker

Store your jupyter notebook server in docker container with gpu support
current tf-gpu docker image

installation

You will need an installed portainer to get connection token

  1. Clone repo:
git clone https://github.com/format37/jupyter_notebook_docker.git
cd jupyter_notebook_docker
  1. define your GPU's in docker-compose.yml
  2. define your work path on the left side, in volumes: section, in docker-compose.yml
  3. select and uncomment actual for your tasks image in jupyter/Dockerfile
    More jupyter images
./compose.sh
  1. Open docker container's logs and get connection string
  2. Paste connection string in browser and go.
    Only files, stored in mounted volume work/ will be saved after container's restart.

About

jupyter notebook docker


Languages

Language:Dockerfile 61.1%Language:Shell 38.9%