Skip to content

Commit

Permalink
Use Ubuntu 22.04 with its default NumPy version
Browse files Browse the repository at this point in the history
  • Loading branch information
tueda committed Aug 13, 2024
1 parent 7cfb659 commit fa51b62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@


#### Base image
#### Reference: https://github.com/root-project/root-docker/blob/master/ubuntu/Dockerfile
FROM rootproject/root:6.24.00-ubuntu20.04
#### Reference: https://github.com/root-project/root-docker/blob/fbb23ce/ubuntu2204/Dockerfile
FROM rootproject/root:6.32.02-ubuntu22.04


#### Install binary dependencies
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
jupyter==1.0.0
madminer==0.9.6
matplotlib==3.2.2
scipy==1.10.1

0 comments on commit fa51b62

Please sign in to comment.