Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Update installing Python packages for archlinux v7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jun 25, 2023
1 parent 6845027 commit d8d54f7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions v7.0/Dockerfile.archlinux
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,10 @@ RUN yay -Syu --needed --noconfirm \
RUN yay -Syu --needed --noconfirm \
python3 \
python-pip \
pybind11
pybind11 \
python-numpy \
python-pytest \
python-requests \
python-setuptools

USER root

RUN pip install --upgrade pip
RUN pip install numpy pytest requests setuptools -U

0 comments on commit d8d54f7

Please sign in to comment.