Skip to content

Instantly share code, notes, and snippets.

@kentwait
Created January 12, 2023 06:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kentwait/58f759ff32d5f15b68b621636810564c to your computer and use it in GitHub Desktop.
Save kentwait/58f759ff32d5f15b68b621636810564c to your computer and use it in GitHub Desktop.
Docker Compose for jupyter/datascience-notebook:latest
version: '3.3'
services:
lab:
ports:
- '10000:8888'
container_name: datascience-notebook
volumes:
- '${PWD}:/home/jovyan/work'
image: jupyter/datascience-notebook
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment