Skip to content

Commit

Permalink
fix cp version for gihub build
Browse files Browse the repository at this point in the history
  • Loading branch information
danbryce committed Sep 9, 2024
1 parent df8a13b commit fecd3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ RUN pip install --no-cache-dir fastapi
RUN pip install --no-cache-dir --upgrade setuptools pip
RUN pip install --no-cache-dir wheel

RUN pip install /dreal4/dreal-4.21.6.2-cp310-none-manylinux_$(ldd --version | grep '^ldd' | sed -E 's/^ldd.*([0-9]+)\.([0-9]+)$/\1_\2/')_$(arch).whl
RUN pip install /dreal4/dreal-4.21.6.2-cp38-none-manylinux_$(ldd --version | grep '^ldd' | sed -E 's/^ldd.*([0-9]+)\.([0-9]+)$/\1_\2/')_$(arch).whl

CMD [ "/bin/bash" ]

0 comments on commit fecd3d4

Please sign in to comment.