Skip to content

Commit 81b7bed

Browse files
committed
debug
1 parent 19687dd commit 81b7bed

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

entrypoint.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ echo $MICRO_MAMBA
1818
curl -fsSL $MICRO_MAMBA | tar -xvj bin/micromamba
1919
mv bin/micromamba /usr/bin/mamba
2020
/usr/bin/mamba shell init -s bash -p $DEV_PATH/mamba
21-
. "$HOME/.bashrc"
21+
# . "$HOME/.bashrc"
2222

23-
micromamba create -n aii python=3.11 gradio -c conda-forge -y
24-
micromamba activate aii
23+
# micromamba create -n aii python=3.11 gradio -c conda-forge -y
24+
# micromamba activate aii
2525
exec "$@"

0 commit comments

Comments
 (0)