Skip to content

Commit

Permalink
Update pybind11 version for recent python version
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpaul committed Jun 18, 2024
1 parent c11b2c1 commit c5179c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/sofabuilder_ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ RUN curl -L https://bootstrap.pypa.io/pip/get-pip.py --output /tmp/get-pip3.py \
RUN curl -L https://bootstrap.pypa.io/pip/get-pip.py --output /tmp/get-pip3.py \
&& python3.11 /tmp/get-pip3.py \
&& python3.11 -m pip install --upgrade pip \
&& python3.11 -m pip install numpy scipy matplotlib pybind11==$PYBIND11_VERSION
&& python3.11 -m pip install numpy scipy matplotlib pybind11==2.11.1
RUN curl -L https://bootstrap.pypa.io/pip/get-pip.py --output /tmp/get-pip3.py \
&& python3.12 /tmp/get-pip3.py \
&& python3.12 -m pip install --upgrade pip \
&& python3.12 -m pip install numpy scipy matplotlib pybind11==$PYBIND11_VERSION
&& python3.12 -m pip install numpy scipy matplotlib pybind11==2.11.1
ENV VM_HAS_ASSIMP="true"
ENV VM_HAS_OPENCASCADE="true"

Expand Down

0 comments on commit c5179c8

Please sign in to comment.