anchor commited on
Commit
9d6cfe7
1 Parent(s): 3d2dffa

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 \