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 19687dd commit 81b7bedCopy full SHA for 81b7bed
entrypoint.sh
@@ -18,8 +18,8 @@ echo $MICRO_MAMBA
18
curl -fsSL $MICRO_MAMBA | tar -xvj bin/micromamba
19
mv bin/micromamba /usr/bin/mamba
20
/usr/bin/mamba shell init -s bash -p $DEV_PATH/mamba
21
-. "$HOME/.bashrc"
+# . "$HOME/.bashrc"
22
23
-micromamba create -n aii python=3.11 gradio -c conda-forge -y
24
-micromamba activate aii
+# micromamba create -n aii python=3.11 gradio -c conda-forge -y
+# micromamba activate aii
25
exec "$@"
0 commit comments