Skip to content

Commit f1c6a31

Browse files
committed
try updated pip; see if it resolves pandas install issue
1 parent 90db079 commit f1c6a31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ RUN apt-get -y update && \
2323
apt -y install python3.7-dev
2424

2525
RUN python3.7 -m pip install pip
26+
RUN python3.7 -m pip install --upgrade pip
2627

2728
# Set cleaner defaults (`alias` fails)
2829
RUN ln -s /usr/bin/python3.7 /usr/bin/python && \
@@ -38,4 +39,4 @@ WORKDIR /scp-ingest-pipeline
3839
RUN python3.7 -m pip install -r requirements.txt
3940

4041
WORKDIR /scp-ingest-pipeline/ingest
41-
CMD ["python", "ingest_pipeline.py", "--help"]
42+
CMD ["python", "ingest_pipeline.py", "--help"]

0 commit comments

Comments
 (0)