Skip to content

Commit

Permalink
mamba channel typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robballantyne committed Apr 11, 2024
1 parent 02ce487 commit 2e4e619
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 @@ -98,7 +98,7 @@ rm -f /etc/update-motd.d/10-help-text

# Install micromamba (conda replacement)
mkdir -p /opt/micromamba
printf "channels: [%sconda-forge]\nalways_softlink: true\n" "${CUDA_VERSION:+nvdia,}"> /opt/micromamba/.mambarc
printf "channels: [%sconda-forge]\nalways_softlink: true\n" "${CUDA_VERSION:+nvidia,}"> /opt/micromamba/.mambarc
cd /opt/micromamba
curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
micromamba shell init --shell bash --root-prefix=/opt/micromamba
Expand Down

0 comments on commit 2e4e619

Please sign in to comment.