Skip to content

Commit 5a29b19

Browse files
committedFeb 15, 2020
Update Dockerfile
1 parent b0c84f8 commit 5a29b19

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
 

‎Dockerfile

+7
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,9 @@
11
FROM jupyter/base-notebook
22

3+
COPY code /code
4+
5+
WORKDIR /code
6+
7+
COPY requirements.txt requirements.txt
8+
9+
RUN pip install -r requirements.txt

0 commit comments

Comments
 (0)
Please sign in to comment.