Ryu-Sena commited on
Commit
7e89a92
·
verified ·
1 Parent(s): 112a765

Upload entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +8 -0
entrypoint.sh ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
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