add jupyter

This commit is contained in:
2019-07-04 23:35:17 +10:00
parent e9b6c5abb4
commit ff2bbd0ca3
+12
View File
@@ -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