Skip to content
Snippets Groups Projects
Select Git revision
  • main
1 result

LICENSE

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    This project is licensed under the CeCILL Free Software License Agreement v2.1. Learn more
    Dockerfile 367 B
    FROM gitlab-registry.synchrotron-soleil.fr/pa/collective-effects/python_mpi:latest
    LABEL name mbtrack2
    USER dockeruser
    WORKDIR '/home/dockeruser'
    ENV PATH ${PATH}:/home/dockeruser/miniconda3/bin:/home/dockeruser/miniconda3/condabin
    RUN pip3 install accelerator-toolbox==0.5.0
    COPY --chown=dockeruser mbtrack2 /home/dockeruser/mbtrack2
    ENV PYTHONPATH=/home/dockeruser/