Created
January 12, 2023 06:52
-
-
Save kentwait/58f759ff32d5f15b68b621636810564c to your computer and use it in GitHub Desktop.
Docker Compose for jupyter/datascience-notebook:latest
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.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