Skip to content
Snippets Groups Projects

ci_docker

Merged Alexis GAMELIN requested to merge ci_docker into develop
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -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
Loading