Skip to content

Docker compose for your Jupyter notebooks + CUDA 11.6 (Pytorch, Tensorflow)

License

Notifications You must be signed in to change notification settings

mechnotech/jupyter_docker

Repository files navigation

Jupyter docker

Compact docker compose for your Jupyter notebooks

To start Jupyter notebooks from scratch:

Install Git Install Docker and docker-compose

Clone the repository and go to the project folder:

git clone https://github.com/mechnotech/jupyter_docker && cd jupyter_docker

Start building a container with Jupyter notebooks:

docker-compose up --build -d

Print log with url`s and tokens:

docker logs jupyter

Get started with a link

http://127.0.0.1:8888/?token=<some_token>

http://ip:8888/?token=<some_token>

To start Jupyter Lab

make lab-up

To start Jupyter Lab with NVIDIA CUDA + Tensorflow + Pytorch

make tensorflow-up

About

Docker compose for your Jupyter notebooks + CUDA 11.6 (Pytorch, Tensorflow)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published