Spaces:
Runtime error
Runtime error
anchor
commited on
Update entrypoint.sh
Browse files- entrypoint.sh +1 -0
entrypoint.sh
CHANGED
@@ -1,5 +1,6 @@
|
|
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 |
|
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
+
RUN chmod -R 777 /root/MuseV
|
4 |
export PYTHONPATH=/root/MuseV:/root/MuseV/MMCM:/root/MuseV/diffusers/src:/root/MuseV/controlnet_aux/src
|
5 |
echo "pythonpath" $PYTHONPATH
|
6 |
|