Use root to run the jupyter container

This commit is contained in:
2019-07-05 18:43:11 +10:00
parent 3d29cb8805
commit b182e39f9d
+1 -5
View File
@@ -1,6 +1,7 @@
version: "3.5"
services:
jupyter:
user: root
tty: true
restart: unless-stopped
volumes:
@@ -10,10 +11,5 @@ services:
- 18888:8888
image: jupyter/tensorflow-notebook:latest
environment:
- NB_GROUP=junv
- NB_USER=junv
- NB_UID=1000
- NB_GID=1000
- CHOWN_HOME=yes
- GRANT_SUDO=yes
- JUPYTER_ENABLE_LAB=yes