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 a53343f commit 5c3d7e6Copy full SHA for 5c3d7e6
dev/docker/python/Dockerfile
@@ -1,4 +1,4 @@
1
# start with the `delphi_python` image
2
FROM delphi_python
3
4
-RUN pip install --no-cache-dir -r repos/delphi/delphi-epidata/requirements.txt -r repos/delphi/delphi-epidata/requirements.dev.txt
+RUN --mount=type=cache,target=/root/.cache/pip pip install -r repos/delphi/delphi-epidata/requirements.txt -r repos/delphi/delphi-epidata/requirements.dev.txt
0 commit comments