Skip to content

Commit d47c674

Browse files
committed
add docker compose
1 parent 3df212f commit d47c674

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docker-compose.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: '3.7'
2+
services:
3+
notebook:
4+
build:
5+
context: .
6+
ports:
7+
- "8888:8888"
8+
volumes:
9+
- ./notebooks/:/home/jovyan/notebooks/

0 commit comments

Comments
 (0)