jmanhype
commited on
Commit
Β·
92569bc
1
Parent(s):
0deea65
Use default branch for MuseV repository
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -25,7 +25,7 @@ RUN echo "docker start"\
|
|
25 |
&& which python \
|
26 |
&& pwd
|
27 |
|
28 |
-
RUN git clone
|
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 \
|