Spaces:
Runtime error
Runtime error
anchor
commited on
Update entrypoint.sh
Browse files- entrypoint.sh +2 -2
entrypoint.sh
CHANGED
@@ -9,9 +9,9 @@ echo "pythonpath" $PYTHONPATH
|
|
9 |
# Print the contents of the diffusers/src directory
|
10 |
# echo "Contents of /home/user/app/MuseV/diffusers/src:"
|
11 |
# Load ~/.bashrc
|
12 |
-
source ~/.bashrc
|
13 |
|
14 |
-
|
15 |
conda activate musev
|
16 |
which python
|
17 |
python app.py
|
|
|
9 |
# Print the contents of the diffusers/src directory
|
10 |
# echo "Contents of /home/user/app/MuseV/diffusers/src:"
|
11 |
# Load ~/.bashrc
|
12 |
+
# source ~/.bashrc
|
13 |
|
14 |
+
source /opt/conda/etc/profile.d/conda.sh
|
15 |
conda activate musev
|
16 |
which python
|
17 |
python app.py
|