mirror of
https://github.com/wahyd4/home-docker.git
synced 2026-08-10 04:45:51 +10:00
add jupyter
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user