From dc4b53093b0a822b53d8a1d984f4b06976ebf909 Mon Sep 17 00:00:00 2001 From: Alexis GAMELIN <alexis.gamelin@synchrotron-soleil.fr> Date: Wed, 19 Jun 2024 14:35:49 +0200 Subject: [PATCH] Apply specify version in dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 514a39f..f8761fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,8 +26,8 @@ RUN conda config --add channels conda-forge RUN conda install -y gcc_linux-64 gxx_linux-64 gfortran_linux-64 RUN conda install -y mpi=1.0=openmpi RUN conda install -y hdf5=1.14.2=mpi_openmpi_h327c9cf_0 -RUN conda install -y "python=3.11.*" numpy scipy matplotlib mpi4py "h5py>=2.9=mpi*" pandas pip seaborn mpmath -RUN pip3 install accelerator-toolbox +RUN conda install -y "python=3.11.*" numpy=1.12 scipy=1.7 matplotlib=3.5 mpi4py=3.1 "h5py>=2.9=mpi*" pandas=1.5.3 pip seaborn=0.12 mpmath=1.21 +RUN pip3 install accelerator-toolbox=0.5.0 # Copy and install COPY --chown=dockeruser mbtrack2 /home/dockeruser/mbtrack2 -- GitLab