Skip to content

Commit

Permalink
Add /opt/conda/bin to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jennydaman committed Oct 27, 2023
1 parent 8b18853 commit a1c501d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN --mount=target=/var/lib/apt/lists,type=cache,sharing=locked \
&& apt-get -y --no-install-recommends install perl

COPY --from=builder /microminc /opt/microminc
ENV PATH=/opt/microminc/bin:$PATH \
ENV PATH=/opt/conda/bin:/opt/microminc/bin:$PATH \
LD_LIBRARY_PATH=/opt/microminc/lib:$LD_LIBRARY_PATH \
MINC_FORCE_V2=1 MINC_COMPRESS=4 VOLUME_CACHE_THRESHOLD=-1 \
MNI_DATAPATH=/opt/microminc/share \
Expand Down

0 comments on commit a1c501d

Please sign in to comment.