Skip to content
This repository was archived by the owner on Apr 7, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docker/dreal4/Dockerfile.dreal4
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ RUN cd /dreal4 \
&& pip3 install wheel \
&& pip3 install --upgrade pip \
&& python3 setup.py bdist_wheel \
&& DREAL_WHEEL=dreal-*-cp38-none-manylinux_$(ldd --version | grep '^ldd' | sed -E 's/^ldd.*([0-9]+)\.([0-9]+)$/\1_\2/')_$(arch).whl \
&& DREAL_WHEEL=dreal-$(python3 setup.py --version)-cp38-none-manylinux_$(ldd --version | grep '^ldd' | sed -E 's/^ldd.*([0-9]+)\.([0-9]+)$/\1_\2/')_$(arch).whl \
&& cp ./dist/$DREAL_WHEEL /tmp/$DREAL_WHEEL \
&& pip3 install ./dist/$DREAL_WHEEL \
&& bazel clean --expunge \
Expand Down