Skip to content

Commit

Permalink
Build from 2024.04.1 and bump wfsim & fuse
Browse files Browse the repository at this point in the history
  • Loading branch information
ramirezdiego committed Apr 24, 2024
1 parent 3ec8ce9 commit 50d13e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM xenonnt/base-environment:development
FROM xenonnt/base-environment:2024.04.1

RUN yum -y clean all && yum -y --skip-broken upgrade && \
yum -y install \
Expand Down
4 changes: 2 additions & 2 deletions create-env
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ announce "Installing additional software not present in base_environment"
#python3 -m pip install numba==0.55.2
#python3 -m pip install uproot==4.3.7
#python3 -m pip install awkward==1.10.1
python3 -m pip install wfsim==1.2.1
python3 -m pip install wfsim==1.2.2
python3 -m pip install epix==0.3.8
python3 -m pip install pema==0.7.0

Expand All @@ -99,7 +99,7 @@ git checkout fb3804e
pip install .
cd ..

python3 -m pip install xenon-fuse==1.2.0
python3 -m pip install xenon-fuse==1.2.1

# hack to make thisroot.sh work in the minimal /bin/sh used
# when starting the Singularity container
Expand Down

0 comments on commit 50d13e2

Please sign in to comment.