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 d095a16 commit 0c61551Copy full SHA for 0c61551
entrypoint.sh
@@ -37,7 +37,7 @@ curl -fsSL "$MICRO_MAMBA" | tar -xvj bin/micromamba
37
mv bin/micromamba /usr/bin/mamba
38
mamba shell init -s bash -p $DEV_PATH/mamba
39
source ~/.bashrc
40
-# micromamba create -n aii python=3.11 gradio -c conda-forge -y
+micromamba create -n aii python=3.11 gradio -c conda-forge -y
41
# micromamba run -n aii python /opt/demo.py
42
43
exec "$@"
0 commit comments