anchor
commited on
Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
|
@@ -26,8 +26,8 @@ RUN echo "docker start"\
|
|
| 26 |
&& pwd
|
| 27 |
|
| 28 |
RUN git clone -b deploy --recursive https://github.com/TMElyralab/MuseV.git
|
| 29 |
-
RUN mkdir ./MuseV/checkpoints \
|
| 30 |
-
|
| 31 |
RUN chmod -R 777 /home/user/app/MuseV
|
| 32 |
|
| 33 |
|
|
@@ -39,11 +39,11 @@ RUN . /opt/conda/etc/profile.d/conda.sh \
|
|
| 39 |
RUN echo "export PYTHONPATH=\${PYTHONPATH}:/home/user/app/MuseV:/home/user/app/MuseV/MMCM:/home/user/app/MuseV/diffusers/src:/home/user/app/MuseV/controlnet_aux/src" >> ~/.bashrc
|
| 40 |
|
| 41 |
WORKDIR /home/user/app/MuseV/scripts/gradio/
|
| 42 |
-
RUN ls -l ./
|
| 43 |
|
| 44 |
# Add entrypoint script
|
| 45 |
COPY --chown=user entrypoint.sh ./entrypoint.sh
|
| 46 |
RUN chmod +x ./entrypoint.sh
|
|
|
|
| 47 |
|
| 48 |
EXPOSE 7860
|
| 49 |
|
|
|
|
| 26 |
&& pwd
|
| 27 |
|
| 28 |
RUN git clone -b deploy --recursive https://github.com/TMElyralab/MuseV.git
|
| 29 |
+
# RUN mkdir ./MuseV/checkpoints \
|
| 30 |
+
# && ls -l ./MuseV
|
| 31 |
RUN chmod -R 777 /home/user/app/MuseV
|
| 32 |
|
| 33 |
|
|
|
|
| 39 |
RUN echo "export PYTHONPATH=\${PYTHONPATH}:/home/user/app/MuseV:/home/user/app/MuseV/MMCM:/home/user/app/MuseV/diffusers/src:/home/user/app/MuseV/controlnet_aux/src" >> ~/.bashrc
|
| 40 |
|
| 41 |
WORKDIR /home/user/app/MuseV/scripts/gradio/
|
|
|
|
| 42 |
|
| 43 |
# Add entrypoint script
|
| 44 |
COPY --chown=user entrypoint.sh ./entrypoint.sh
|
| 45 |
RUN chmod +x ./entrypoint.sh
|
| 46 |
+
RUN ls -l ./
|
| 47 |
|
| 48 |
EXPOSE 7860
|
| 49 |
|