Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tsubramanian authored May 18, 2024
1 parent db24d08 commit af3e8bf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devops/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,11 @@ RUN set -ex \
&& /virtualenv/env3/bin/pip install --upgrade \
pip \
&& /virtualenv/env3/bin/pip install setuptools==59.5.0 \
&& /virtualenv/env3/bin/pip install --upgrade \
&& /virtualenv/env3/bin/pip install \
# Install build requirements
cmake \
ninja \
setuptools==59.5.0 \
scikit-build \
setuptools_scm[toml] \
cython \
Expand Down

0 comments on commit af3e8bf

Please sign in to comment.