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