Skip to content

Commit

Permalink
Ensure /opt/conda/conda-bld exists
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Jun 27, 2024
1 parent ca0b4e3 commit 6249a43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ COPY "${MORPHEUS_ROOT_HOST}/LICENSE" "./"

RUN /opt/conda/bin/conda clean -afy && \
# Ensure the conda-bld directory is indexed even if empty
mkdir -p /opt/conda/conda-bld && \
/opt/conda/bin/conda index /opt/conda/conda-bld

# Use morpheus by default
Expand Down

0 comments on commit 6249a43

Please sign in to comment.