Spaces:
Runtime error
Runtime error
anchor
commited on
Update entrypoint.sh
Browse files- 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
|
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
|