Skip to content

Commit

Permalink
last try, hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
azuur committed Feb 1, 2024
1 parent 5b23c6e commit d1bfc39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ RUN groupadd -g "${GID}" python \
&& useradd --create-home --no-log-init -u "${UID}" -g "${GID}" python \
&& chown python:python -R /package

# For some reason copying to /package/dist/. doesn't work on AWS
COPY --from=build /dist/*.whl /package/.
RUN echo $(ls) && echo $(pwd)
RUN pip install $(ls | grep .whl)
RUN pip install *.whl

USER python

0 comments on commit d1bfc39

Please sign in to comment.