Skip to content

Commit

Permalink
Install Python libs to user directory
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Aug 6, 2024
1 parent 71b04a4 commit 566f8a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfiles/ubuntu-24.04.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ RUN apt update -y \
&& ln -s /usr/bin/gpg /usr/bin/gpg2 \
&& ln -s `which python3` /usr/bin/python

RUN python -m pip install --upgrade pip setuptools wheel \
&& python -m pip install gnureadline boto3 pyyaml pytz minio requests clingo \
RUN python -m pip install --user --upgrade pip setuptools wheel \
&& python -m pip install --user gnureadline boto3 pyyaml pytz minio requests clingo \
&& rm -rf ~/.cache

CMD ["/bin/bash"]
Expand Down

0 comments on commit 566f8a4

Please sign in to comment.