anchor commited on
Commit
d74e2d0
1 Parent(s): cd0afef

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. 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
- # sh /opt/conda/etc/profile.d/conda.sh
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