We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b686f57 + c52cb63 commit d19bdb2Copy full SHA for d19bdb2
1 file changed
Dockerfile
@@ -26,7 +26,7 @@ RUN apt-get install -y $build_deps $lib_deps
26
# has been intermittently unreachable from CI runners (HTTP 504 / 2-minute timeouts
27
# from add-apt-repository), and SVF does not pin a Python version.
28
RUN apt-get install -y python3-dev python3-pip python3-ipykernel
29
-RUN python3 -m pip install --break-system-packages pysvf -i https://test.pypi.org/simple/
+RUN python3 -m pip install --break-system-packages pysvf
30
RUN python3 -m pip install --break-system-packages z3-solver
31
32
# Fetch and build SVF source.
0 commit comments