We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ce487 commit 2e4e619Copy full SHA for 2e4e619
build/COPY_ROOT/opt/ai-dock/bin/build/layer0/common.sh
@@ -98,7 +98,7 @@ rm -f /etc/update-motd.d/10-help-text
98
99
# Install micromamba (conda replacement)
100
mkdir -p /opt/micromamba
101
-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
102
cd /opt/micromamba
103
curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
104
micromamba shell init --shell bash --root-prefix=/opt/micromamba
0 commit comments