Skip to content

Commit

Permalink
Add docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
uoo723 committed Nov 6, 2019
1 parent 17a01de commit a89c6ca
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: "3.7"
services:
jupyter-lab:
build: .
init: true
image: realappsdev/tf:latest
ports:
- "8888:8888"
volumes:
- jupyter_lab_app:/opt/conda/share/jupyter/lab
- jupyter_lab_config:/root/.jupyter
- /data/jupyter-lab:/jupyter-lab

volumes:
jupyter_lab_app:
external: true
jupyter_lab_config:
external: true

0 comments on commit a89c6ca

Please sign in to comment.