We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ae8aca + 17f9d99 commit b686f57Copy full SHA for b686f57
1 file changed
Dockerfile
@@ -25,7 +25,7 @@ RUN apt-get install -y $build_deps $lib_deps
25
# Avoid pulling python3.10 from ppa:deadsnakes/ppa — Launchpad's PPA infrastructure
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
+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/
30
RUN python3 -m pip install --break-system-packages z3-solver
31
0 commit comments