Created
April 13, 2020 13:02
-
-
Save renanregis/d19b98b33cddf9b95c7d99cb242477fb to your computer and use it in GitHub Desktop.
Docker Compose - Jupyter Notebook
This file contains hidden or 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.7' | |
services: | |
datascience-notebook: | |
image: jupyter/datascience-notebook | |
volumes: | |
- ./data:/home/jovyan/work | |
ports: | |
- 8888:8888 | |
container_name: ds-notebook |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment