Skip to content

Commit

Permalink
add docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
etnnth committed Aug 24, 2020
1 parent 3df212f commit d47c674
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
version: '3.7'
services:
notebook:
build:
context: .
ports:
- "8888:8888"
volumes:
- ./notebooks/:/home/jovyan/notebooks/

1 comment on commit d47c674

@wangengzheng
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mark

Please sign in to comment.