anchor commited on
Commit
602783e
1 Parent(s): 8301cdf

Create 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
+ export PYTHONPATH=/root/MuseV:/root/MMCM:/root/diffusers/src:/root/controlnet_aux/src
4
+ echo "pythonpath" $PYTHONPATH
5
+
6
+ source /opt/conda/etc/profile.d/conda.sh
7
+ conda activate musev
8
+ python app.py