We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f10ad8d commit e9b49c0Copy full SHA for e9b49c0
docker/Dockerfile
@@ -14,7 +14,7 @@ WORKDIR /home/jovyan/work
14
COPY .. .
15
16
# ---------- extra Python deps -----------------------------------------------------
17
-COPY requirements.txt /tmp/
+COPY docker/requirements.txt /tmp/
18
RUN pip install --no-cache-dir -r /tmp/requirements.txt
19
20
EXPOSE 8888
0 commit comments