Spaces:
Runtime error
Runtime error
anchor
commited on
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -14,6 +14,8 @@ WORKDIR /root
|
|
14 |
|
15 |
RUN git clone -b deploy --recursive https://github.com/TMElyralab/MuseV.git
|
16 |
|
|
|
|
|
17 |
RUN . /opt/conda/etc/profile.d/conda.sh \
|
18 |
&& conda activate musev \
|
19 |
&& conda env list \
|
|
|
14 |
|
15 |
RUN git clone -b deploy --recursive https://github.com/TMElyralab/MuseV.git
|
16 |
|
17 |
+
RUN chmod -R 777 /root/MuseV
|
18 |
+
|
19 |
RUN . /opt/conda/etc/profile.d/conda.sh \
|
20 |
&& conda activate musev \
|
21 |
&& conda env list \
|