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 f3ac067 commit db24d08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devops/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -123,12 +123,12 @@ RUN set -ex \
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 \
# Install build requirements
cmake \
ninja \
scikit-build \
setuptools==59.5.0 \
scikit-build \
setuptools_scm[toml] \
cython \
# Install handy developer tools
Expand Down

0 comments on commit db24d08

Please sign in to comment.