Skip to content

Commit 0c61551

Browse files
committed
update
1 parent d095a16 commit 0c61551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ curl -fsSL "$MICRO_MAMBA" | tar -xvj bin/micromamba
3737
mv bin/micromamba /usr/bin/mamba
3838
mamba shell init -s bash -p $DEV_PATH/mamba
3939
source ~/.bashrc
40-
# micromamba create -n aii python=3.11 gradio -c conda-forge -y
40+
micromamba create -n aii python=3.11 gradio -c conda-forge -y
4141
# micromamba run -n aii python /opt/demo.py
4242

4343
exec "$@"

0 commit comments

Comments
 (0)