Skip to content
Snippets Groups Projects
Commit dc4b5309 authored by Alexis GAMELIN's avatar Alexis GAMELIN
Browse files

Apply specify version in dockerfile

parent 928caeac
No related branches found
No related tags found
1 merge request!8ci_docker
This commit is part of merge request !8. Comments created here will be created in the context of that merge request.
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment