Skip to content

Instantly share code, notes, and snippets.

@vicmattos
Forked from ronaldsuwandi/docker-compose.yml
Created January 5, 2024 01:53
Show Gist options
  • Save vicmattos/3c560869c726b5da0a32a6b1d1ac7be1 to your computer and use it in GitHub Desktop.
Save vicmattos/3c560869c726b5da0a32a6b1d1ac7be1 to your computer and use it in GitHub Desktop.

Revisions

  1. @ronaldsuwandi ronaldsuwandi created this gist Dec 22, 2020.
    12 changes: 12 additions & 0 deletions docker-compose.yml
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    version: "3.9"

    services:
    jupyter:
    image: jupyter/scipy-notebook
    ports:
    - "8888:8888"
    volumes:
    - ./notebooks:/home/jovyan/
    environment:
    JUPYTER_ENABLE_LAB: "yes"
    command: "start-notebook.sh --NotebookApp.token='' --NotebookApp.password=''"