From 50d13e20f406246759ef6f1543f52aaa54893db2 Mon Sep 17 00:00:00 2001 From: ramirezdiego Date: Wed, 24 Apr 2024 06:45:43 -0500 Subject: [PATCH] Build from 2024.04.1 and bump wfsim & fuse --- Dockerfile | 2 +- create-env | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1552adc..067040d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/create-env b/create-env index a798f08..f90d903 100755 --- a/create-env +++ b/create-env @@ -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 @@ -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