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

Edit Dockerfile to remove conda context

parent bc6f841b
Branches
No related tags found
2 merge requests!480.9.0,!34Edit Dockerfile to remove conda context
......@@ -2,7 +2,5 @@ FROM gitlab-registry.synchrotron-soleil.fr/pa/collective-effects/python_mpi:late
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/
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment