Skip to content

Instantly share code, notes, and snippets.

@kannkyo
Last active March 5, 2019 13:12
Show Gist options
  • Save kannkyo/8626729f0453b562146d17c25acdbaf9 to your computer and use it in GitHub Desktop.
Save kannkyo/8626729f0453b562146d17c25acdbaf9 to your computer and use it in GitHub Desktop.
scriopt for jupyter notebook on docker
#!/bin/bash
cd ~/
docker run --runtime=nvidia -it --rm -v $(realpath ~/notebooks):/tf/notebooks -p 8888:8888 -p 6006:6006 tensorflow/tensorflow:1.12.0-gpu-py3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment