Skip to content

Commit

Permalink
Add venv to ci-images
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonis committed Feb 2, 2024
1 parent 46fdecd commit 0e64e11
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ci-intel.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ RUN --mount=type=cache,target=/var/cache/apt \
python3-dev \
python3-numpy \
python3-pip \
python3-venv \
wget \
liblapack-dev \
&& rm -rf /var/lib/apt/lists/*
Expand Down
1 change: 1 addition & 0 deletions ci-ubuntu-2004.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN apt-get -qq update && \
python3-dev \
python3-numpy \
python3-pip \
python3-venv \
wget \
&& rm -rf /var/lib/apt/lists/*

Expand Down
1 change: 1 addition & 0 deletions ci-ubuntu-2204.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN apt-get -qq update && \
python3-dev \
python3-numpy \
python3-pip \
python3-venv \
wget \
&& rm -rf /var/lib/apt/lists/*

Expand Down
1 change: 1 addition & 0 deletions ci-ubuntu-2404.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ RUN apt-get -qq update && \
python3-dev \
python3-numpy \
python3-pip \
python3-venv \
wget \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 0e64e11

Please sign in to comment.