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 340f441 commit 056e11cCopy full SHA for 056e11c
Dockerfile
@@ -13,7 +13,8 @@ RUN apt-get update \
13
14
# Python requirements
15
COPY ./requirements-dev.txt /srv/nbviewer/
16
-RUN python3 -mpip install --no-cache -r /srv/nbviewer/requirements-dev.txt
+COPY ./requirements.txt /srv/nbviewer/
17
+RUN python3 -mpip install -r /srv/nbviewer/requirements-dev.txt -r /srv/nbviewer/requirements.txt
18
19
WORKDIR /srv/nbviewer
20
0 commit comments