Skip to content

Commit

Permalink
add env for singularity
Browse files Browse the repository at this point in the history
closes #328
  • Loading branch information
psathyrella committed Apr 1, 2024
1 parent c26562c commit 9e8c351
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,5 @@ RUN chmod 0700 $XDG_RUNTIME_DIR
COPY --chown=$MAMBA_USER:$MAMBA_USER_GID . /partis
WORKDIR /partis
RUN ./bin/build.sh
ENV PATH /opt/conda/bin:/opt/conda/condabin:$PATH # necessary for singularity
CMD ./test/test.py --quick

0 comments on commit 9e8c351

Please sign in to comment.