Added jupyter docker files

This commit is contained in:
2022-10-01 17:30:14 -07:00
commit cd49935e33
16 changed files with 904 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
version: "3"
services:
jupyter:
image: git.betalupi.com/mark/jupyter
container_name: jupyter
restart: unless-stopped
volumes:
- "./notebooks:/home/joyvan/notebooks"
# host:container
ports:
- "8888:8888"