diff --git a/ds/docker-compose.yaml b/ds/docker-compose.yaml new file mode 100644 index 0000000..1786b7e --- /dev/null +++ b/ds/docker-compose.yaml @@ -0,0 +1,12 @@ +version: "3.5" +services: + jupyter: + tty: true + restart: unless-stopped + # volumes: + # - /mnt/jupyter-data:/home/jovyan/work + ports: + - 18888:8888 + image: jupyter/tensorflow-notebook:latest + environment: + - JUPYTER_ENABLE_LAB=yes