Added jupyter docker files
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user