Skip to content

Instantly share code, notes, and snippets.

@ozcanyarimdunya
ozcanyarimdunya / docker-compose.yaml
Created November 8, 2020 11:52
Run jupyter lab as docker service
version: '3'
services:
jupyter:
image: 'jupyter/datascience-notebook:latest'
ports:
- '10000:8888'
volumes:
- jupyter_datascientist:/home/jovyan/work
container_name: jupyter