Created
June 10, 2019 21:12
-
-
Save vinothpandian/64323074b8f37ecdaaba4888027ccd0a to your computer and use it in GitHub Desktop.
Jupyter docker compose
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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