Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 306 Bytes

File metadata and controls

18 lines (14 loc) · 306 Bytes

Jupyter Lab

Jupyter Lab with Tensorflow and PyTorch docker image.

Build:

docker build -t bashkirtsevich/gpu-jupyter-lab .

Startup:

docker run -d -p 8888:8888 -v $(pwd)/notebooks:/tf/ --gpus all --name gpu-jupyter-lab bashkirtsevich/gpu-jupyter-lab

URL:

http://localhost:8888/