anchor commited on
Commit
b56256d
1 Parent(s): e0a5ba4

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -2,7 +2,7 @@
2
 
3
  export PYTHONPATH=/root/MuseV:/root/MuseV/MMCM:/root/MuseV/diffusers/src:/root/MuseV/controlnet_aux/src
4
  echo "pythonpath" $PYTHONPATH
5
- chmod -R 777 /root/MuseV
6
  # Print the contents of the diffusers/src directory
7
  echo "Contents of /root/MuseV/diffusers/src:"
8
  ls -l /root/MuseV/diffusers/src
 
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
6
  # Print the contents of the diffusers/src directory
7
  echo "Contents of /root/MuseV/diffusers/src:"
8
  ls -l /root/MuseV/diffusers/src