mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-09 04:15:52 +10:00
Use root to run the jupyter container
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user