anchor commited on
Commit
113364f
1 Parent(s): 8064393

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +3 -7
entrypoint.sh CHANGED
@@ -3,15 +3,11 @@
3
  echo "entrypoint.sh"
4
  whoami
5
  which python
6
- export PYTHONPATH=/root/MuseV:/root/MuseV/MMCM:/root/MuseV/diffusers/src:/root/MuseV/controlnet_aux/src
7
- echo "pythonpath" $PYTHONPATH
8
- chmod 777 -R /root/MuseV
9
  # Print the contents of the diffusers/src directory
10
  echo "Contents of /root/MuseV/diffusers/src:"
11
- ls -l /root/MuseV/diffusers/src
12
- ls -l /root/MuseV/MMCM
13
- ls -l /root/MuseV
14
- ls -l /root/MuseV/controlnet_aux/src
15
 
16
  source /opt/conda/etc/profile.d/conda.sh
17
  conda activate musev
 
3
  echo "entrypoint.sh"
4
  whoami
5
  which python
6
+ # export PYTHONPATH=/root/MuseV:/root/MuseV/MMCM:/root/MuseV/diffusers/src:/root/MuseV/controlnet_aux/src
7
+ # echo "pythonpath" $PYTHONPATH
8
+ # chmod 777 -R /root/MuseV
9
  # Print the contents of the diffusers/src directory
10
  echo "Contents of /root/MuseV/diffusers/src:"
 
 
 
 
11
 
12
  source /opt/conda/etc/profile.d/conda.sh
13
  conda activate musev