anchor commited on
Commit
0a816f5
1 Parent(s): c1aebb2

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +4 -0
entrypoint.sh CHANGED
@@ -1,5 +1,8 @@
1
  #!/bin/bash
2
 
 
 
 
3
  export PYTHONPATH=/root/MuseV:/root/MuseV/MMCM:/root/MuseV/diffusers/src:/root/MuseV/controlnet_aux/src
4
  echo "pythonpath" $PYTHONPATH
5
  chmod 777 -R /root/MuseV
@@ -12,4 +15,5 @@ ls -l /root/MuseV/controlnet_aux/src
12
 
13
  source /opt/conda/etc/profile.d/conda.sh
14
  conda activate musev
 
15
  python app.py
 
1
  #!/bin/bash
2
 
3
+ echo "entrypoint.sh"
4
+ whoami
5
+ which python
6
  export PYTHONPATH=/root/MuseV:/root/MuseV/MMCM:/root/MuseV/diffusers/src:/root/MuseV/controlnet_aux/src
7
  echo "pythonpath" $PYTHONPATH
8
  chmod 777 -R /root/MuseV
 
15
 
16
  source /opt/conda/etc/profile.d/conda.sh
17
  conda activate musev
18
+ which python
19
  python app.py