We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c84f8 commit 5a29b19Copy full SHA for 5a29b19
Dockerfile
@@ -1,2 +1,9 @@
1
FROM jupyter/base-notebook
2
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