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 90db079 commit f1c6a31Copy full SHA for f1c6a31
Dockerfile
@@ -23,6 +23,7 @@ RUN apt-get -y update && \
23
apt -y install python3.7-dev
24
25
RUN python3.7 -m pip install pip
26
+RUN python3.7 -m pip install --upgrade pip
27
28
# Set cleaner defaults (`alias` fails)
29
RUN ln -s /usr/bin/python3.7 /usr/bin/python && \
@@ -38,4 +39,4 @@ WORKDIR /scp-ingest-pipeline
38
39
RUN python3.7 -m pip install -r requirements.txt
40
41
WORKDIR /scp-ingest-pipeline/ingest
-CMD ["python", "ingest_pipeline.py", "--help"]
42
+CMD ["python", "ingest_pipeline.py", "--help"]
0 commit comments