Skip to content

Commit

Permalink
Merge pull request #633 from hubmapconsortium/yuanzhou/new-docker-base
Browse files Browse the repository at this point in the history
Remove --upgrade pip
  • Loading branch information
yuanzhou authored Sep 4, 2024
2 parents 4533e66 + 62ee8d4 commit 705142c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/ingest-api/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ RUN yum install -y yum-utils && \
rm /etc/nginx/conf.d/default.conf && \
mv nginx/nginx.conf /etc/nginx/nginx.conf && \
rm -rf nginx && \
pip install --upgrade pip -r src/requirements.txt && \
pip install -r src/requirements.txt && \
pip install -r src/routes/validation/ingest_validation_tools/requirements.txt && \
chmod +x start.sh && \
dnf install langpacks-en glibc-all-langpacks -y && \
Expand Down

0 comments on commit 705142c

Please sign in to comment.