We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad57523 commit 4f6475dCopy full SHA for 4f6475d
debian/Dockerfile
@@ -29,7 +29,6 @@ RUN apt-get update \
29
&& python3.11 -m venv /usr/local/share/venv \
30
&& . /usr/local/share/venv/bin/activate \
31
&& python -m pip install --no-cache-dir --upgrade\
32
- && .venv/bin/python -m pip install --no-cache-dir --upgrade\
33
pip pytest wheel setuptools cmakelang scipy numpy \
34
&& rm -rf /var/lib/apt/lists/*
35
0 commit comments