Skip to content

Commit 4f6475d

Browse files
fixup
1 parent ad57523 commit 4f6475d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

debian/Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ RUN apt-get update \
2929
&& python3.11 -m venv /usr/local/share/venv \
3030
&& . /usr/local/share/venv/bin/activate \
3131
&& python -m pip install --no-cache-dir --upgrade\
32-
&& .venv/bin/python -m pip install --no-cache-dir --upgrade\
3332
pip pytest wheel setuptools cmakelang scipy numpy \
3433
&& rm -rf /var/lib/apt/lists/*
3534

0 commit comments

Comments
 (0)