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

Commit

Permalink
Install python packages using apt
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jan 28, 2024
1 parent 8841711 commit 33513b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions v6.13/Dockerfile.ubuntu.noble
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,9 @@ RUN apt-get install -y --no-install-recommends \
python3-distutils \
python3-numpy \
python3-pip \
python3-pytest \
python3-setuptools

RUN pip3 install pytest -U

# ==============================================================================
# Clean up
# ==============================================================================
Expand Down
3 changes: 1 addition & 2 deletions v6.14/Dockerfile.ubuntu.noble
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,9 @@ RUN apt-get install -y --no-install-recommends \
python3-distutils \
python3-numpy \
python3-pip \
python3-pytest \
python3-setuptools

RUN pip3 install pytest -U

# ==============================================================================
# Clean up
# ==============================================================================
Expand Down

0 comments on commit 33513b7

Please sign in to comment.