anchor commited on
Commit
3303295
1 Parent(s): f3a26a7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -34,8 +34,8 @@ RUN . /opt/conda/etc/profile.d/conda.sh \
34
  RUN echo "export PYTHONPATH=\${PYTHONPATH}:/root/MuseV" >> ~/.bashrc \
35
  && echo "export PYTHONPATH=\${PYTHONPATH}:/root/MMCM" >> ~/.bashrc \
36
  && echo "export PYTHONPATH=\${PYTHONPATH}:/root/diffusers/src" >> ~/.bashrc \
37
- && echo "export PYTHONPATH=\${PYTHONPATH}:/root/controlnet_aux/src" >> ~/.bashrc
38
-
39
 
40
  RUN chmod -R 777 /root
41
  RUN mv /root/MuseV/* /
 
34
  RUN echo "export PYTHONPATH=\${PYTHONPATH}:/root/MuseV" >> ~/.bashrc \
35
  && echo "export PYTHONPATH=\${PYTHONPATH}:/root/MMCM" >> ~/.bashrc \
36
  && echo "export PYTHONPATH=\${PYTHONPATH}:/root/diffusers/src" >> ~/.bashrc \
37
+ && echo "export PYTHONPATH=\${PYTHONPATH}:/root/controlnet_aux/src" >> ~/.bashrc \
38
+ && /bin/bash -c "source ~/.bashrc"
39
 
40
  RUN chmod -R 777 /root
41
  RUN mv /root/MuseV/* /