Skip to content

Commit 2e4e619

Browse files
committed
mamba channel typo
1 parent 02ce487 commit 2e4e619

File tree

1 file changed

+1
-1
lines changed
  • build/COPY_ROOT/opt/ai-dock/bin/build/layer0

1 file changed

+1
-1
lines changed

build/COPY_ROOT/opt/ai-dock/bin/build/layer0/common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ rm -f /etc/update-motd.d/10-help-text
9898

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

0 commit comments

Comments
 (0)