Skip to content

Commit b686f57

Browse files
authored
Merge pull request #64 from hanyuone/main
Install `ipykernel` in Dockerfile
2 parents 3ae8aca + 17f9d99 commit b686f57

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN apt-get install -y $build_deps $lib_deps
2525
# Avoid pulling python3.10 from ppa:deadsnakes/ppa — Launchpad's PPA infrastructure
2626
# has been intermittently unreachable from CI runners (HTTP 504 / 2-minute timeouts
2727
# from add-apt-repository), and SVF does not pin a Python version.
28-
RUN apt-get install -y python3-dev python3-pip
28+
RUN apt-get install -y python3-dev python3-pip python3-ipykernel
2929
RUN python3 -m pip install --break-system-packages pysvf -i https://test.pypi.org/simple/
3030
RUN python3 -m pip install --break-system-packages z3-solver
3131

0 commit comments

Comments
 (0)