Skip to content

Commit

Permalink
prefer defaults channel
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Dec 13, 2023
1 parent e487c42 commit 3971e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/COPY_ROOT/opt/ai-dock/bin/build/layer0/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ main() {

install_jupyter() {
$MAMBA_CREATE -n jupyter -c defaults python=3.10
micromamba -n jupyter install -c conda-forge -y \
micromamba -n jupyter install -c defaults -y \
jupyter \
jupyterlab \
nodejs=18
Expand Down

0 comments on commit 3971e17

Please sign in to comment.