Skip to content

Instantly share code, notes, and snippets.

@vinothpandian
Created June 10, 2019 21:12
Show Gist options
  • Save vinothpandian/64323074b8f37ecdaaba4888027ccd0a to your computer and use it in GitHub Desktop.
Save vinothpandian/64323074b8f37ecdaaba4888027ccd0a to your computer and use it in GitHub Desktop.
Jupyter docker compose
version: "3"
services:
tf-notebook:
image: jupyter/tensorflow-notebook
volumes:
- /home/user/projects/notebooks:/home/jovyan/
ports:
- 8888:8888
container_name: tf-notebook-container
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment