Skip to content
Snippets Groups Projects
Commit 93f49112 authored by Erin (Josh) Rigler's avatar Erin (Josh) Rigler Committed by Wilbur, Spencer Franklin
Browse files

add --upgrade option to pip

parent a1410be8
No related branches found
No related tags found
2 merge requests!223Attempt StringIO after failed BytesIO file read,!212Draft: Reattempt to merge old Iris-Factory Branch from Swilbur's local repo
...@@ -33,7 +33,7 @@ COPY --from=build /app/dist/*.whl /app/docker-entrypoint.sh /app/ ...@@ -33,7 +33,7 @@ COPY --from=build /app/dist/*.whl /app/docker-entrypoint.sh /app/
USER root USER root
RUN apt update \ RUN apt update \
&& apt upgrade -y \ && apt upgrade -y \
&& pip install --upgrade-strategy eager /app/*.whl \ && pip install --upgrade --upgrade-strategy eager /app/*.whl \
&& pip cache purge && pip cache purge
USER usgs-user USER usgs-user
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment