Something went wrong on our end
-
Alexis GAMELIN authored
+ run test suite and formatters when there is a merge request or commit on "stable" or "develop". + build docker image and pip package when a tag is pushed and commit on "develop".
Alexis GAMELIN authored+ run test suite and formatters when there is a merge request or commit on "stable" or "develop". + build docker image and pip package when a tag is pushed and commit on "develop".
Code owners
Assign users and groups as approvers for specific file changes. 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/