Skip to content

Commit 198ad6e

Browse files
committed
add latest jupyter and matplotlib
Signed-off-by: Christopher Poon <[email protected]>
1 parent 7f4ca9d commit 198ad6e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

dockerfiles/jupyter/7.4/Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
FROM ubuntu:22.04
2+
3+
RUN apt-get update
4+
RUN apt-get install python3.10 pip -y
5+
6+
RUN pip install --upgrade pip==22.0.2
7+
8+
RUN pip install notebook==7.4.3 matplotlib==3.10

0 commit comments

Comments
 (0)