anchor commited on
Commit
5280d95
·
verified ·
1 Parent(s): ad5a212

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +4 -0
entrypoint.sh CHANGED
@@ -3,6 +3,10 @@
3
  export PYTHONPATH=/root/MuseV:/root/MuseV/MMCM:/root/MuseV/diffusers/src:/root/MuseV/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
 
3
  export PYTHONPATH=/root/MuseV:/root/MuseV/MMCM:/root/MuseV/diffusers/src:/root/MuseV/controlnet_aux/src
4
  echo "pythonpath" $PYTHONPATH
5
 
6
+ # Print the contents of the diffusers/src directory
7
+ echo "Contents of /root/diffusers/src:"
8
+ ls -l /root/diffusers/src
9
+
10
  source /opt/conda/etc/profile.d/conda.sh
11
  conda activate musev
12
  python app.py