Skip to content

Instantly share code, notes, and snippets.

@gocs
Last active June 10, 2023 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gocs/f72f817f651b7d343b998b4393de32fd to your computer and use it in GitHub Desktop.
Save gocs/f72f817f651b7d343b998b4393de32fd to your computer and use it in GitHub Desktop.
version: '3.8'
services:
notebook:
image: jupyter/base-notebook
user: 0:0
environment:
- GRANT_SUDO=yes
- NB_GID=100
- GEN_CERT=yes
ports:
- 8888:8888
networks:
- notebook
networks:
notebook:
TODO:
custom dockerfile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment