Skip to content

Instantly share code, notes, and snippets.

@renanregis
Created April 13, 2020 13:02
Show Gist options
  • Save renanregis/d19b98b33cddf9b95c7d99cb242477fb to your computer and use it in GitHub Desktop.
Save renanregis/d19b98b33cddf9b95c7d99cb242477fb to your computer and use it in GitHub Desktop.
Docker Compose - Jupyter Notebook
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