anchor commited on
Commit
c84d9b6
1 Parent(s): c42f217

Update entrypoint.sh

Browse files
Files changed (1) hide show
  1. entrypoint.sh +1 -1
entrypoint.sh CHANGED
@@ -1,6 +1,6 @@
1
  #!/bin/bash
2
 
3
- export PYTHONPATH=/root/MuseV:/root/MMCM:/root/diffusers/src:/root/controlnet_aux/src
4
  echo "pythonpath" $PYTHONPATH
5
 
6
  source /opt/conda/etc/profile.d/conda.sh
 
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
 
6
  source /opt/conda/etc/profile.d/conda.sh