Laurentvw / dl-gpu

Personal docker image for deep learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dl-gpu

Personal docker image for deep learning

Based on https://github.com/ufoym/deepo#GPU

Install:

Or check: https://medium.com/google-cloud/jupyter-tensorflow-nvidia-gpu-docker-google-compute-engine-4a146f085f17

To use this Dockerfile without having to install docker-compose on the server:

  • sudo docker pull laurentvw/dl-gpu
  • sudo nvidia-docker run -it -p 8888:8888 -v /notebook:/notebook laurentvw/dl-gpu bash
  • jupyter notebook --no-browser --ip=0.0.0.0 --allow-root --NotebookApp.token= --notebook-dir='/notebook'

About

Personal docker image for deep learning