We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f16b9b commit 3c555e1Copy full SHA for 3c555e1
debian/Dockerfile
@@ -26,7 +26,7 @@ RUN apt-get update \
26
libomp-dev \
27
doxygen\
28
python3-pip python3-dev python3-venv \
29
- && python3.12 -m venv .venv \
+ && python3.11 -m venv .venv \
30
&& .venv/bin/python -m pip install --no-cache-dir --upgrade\
31
pip pytest wheel setuptools cmakelang scipy numpy \
32
&& rm -rf /var/lib/apt/lists/*
0 commit comments