We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96057e4 commit 397da5bCopy full SHA for 397da5b
dev/Dockerfile.src
@@ -35,6 +35,6 @@ RUN version_regex='^[[:blank:]]*'"$(echo ${python_version} | sed 's/\./\\./')"'\
35
pyenv install ${python_full_version} && \
36
pyenv global ${python_full_version} && \
37
python -m pip install --no-cache-dir --upgrade pip && \
38
- python -m pip install --no-cache-dir cmake numpy
+ python -m pip install --no-cache-dir cmake numpy pytest pyscipopt
39
40
WORKDIR /app
0 commit comments