Skip to content

Commit

Permalink
Merge branch 'branch-22.09' into devin_issue_350
Browse files Browse the repository at this point in the history
  • Loading branch information
drobison00 committed Sep 27, 2022
2 parents 0af9d85 + f51ca21 commit 53ca55f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ RUN --mount=type=bind,from=conda_bld_morpheus,source=/opt/conda/conda-bld,target
CONDA_ALWAYS_YES=true /opt/conda/bin/mamba install -n morpheus -c local -c rapidsai -c nvidia -c nvidia/label/dev -c conda-forge morpheus &&\
# Install runtime dependencies that are pip-only
/opt/conda/bin/mamba env update -n morpheus --file docker/conda/environments/cuda${CUDA_VER}_runtime.yml &&\
# Install jupyter support (e.g., DFP)
# TODO: this might not be the right spot to get these
/opt/conda/bin/mamba install -n morpheus ipywidgets jupyterlab nb_conda_kernels &&\
# Clean and activate
conda clean -afy

Expand Down

0 comments on commit 53ca55f

Please sign in to comment.