anchor
commited on
Update Dockerfile
Browse files- 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/* /
|