jmanhype commited on
Commit
92569bc
Β·
1 Parent(s): 0deea65

Use default branch for MuseV repository

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -25,7 +25,7 @@ RUN echo "docker start"\
25
  && which python \
26
  && pwd
27
 
28
- RUN git clone -b hg_space --recursive https://github.com/TMElyralab/MuseV.git
29
  RUN chmod -R 777 /home/user/app/MuseV
30
 
31
  RUN . /opt/conda/etc/profile.d/conda.sh \
 
25
  && which python \
26
  && pwd
27
 
28
+ RUN git clone --recursive https://github.com/TMElyralab/MuseV.git
29
  RUN chmod -R 777 /home/user/app/MuseV
30
 
31
  RUN . /opt/conda/etc/profile.d/conda.sh \