Ryu-Sena commited on
Commit
40a9ec6
·
verified ·
1 Parent(s): 1d58733

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +7 -8
entrypoint.sh CHANGED
@@ -1,8 +1,7 @@
1
- #!/bin/bash
2
-
3
- source ~/miniconda3/etc/profile.d/conda.sh
4
-
5
- conda activate openmmlab
6
-
7
- cd gradio_app
8
- python app.py
 
1
+ #!/bin/bash
2
+
3
+ source ~/miniconda3/etc/profile.d/conda.sh
4
+
5
+ conda activate openmmlab
6
+
7
+ python app.py