Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +3 -2
Dockerfile
CHANGED
@@ -34,7 +34,9 @@ RUN . /opt/conda/etc/profile.d/conda.sh \
|
|
34 |
&& echo "source activate musev" >> ~/.bashrc \
|
35 |
&& conda activate musev \
|
36 |
&& conda env list
|
37 |
-
|
|
|
|
|
38 |
RUN pip install -r requirements.txt \
|
39 |
&& pip install --no-cache-dir -U openmim \
|
40 |
&& mim install mmengine \
|
@@ -42,7 +44,6 @@ RUN pip install -r requirements.txt \
|
|
42 |
&& mim install "mmdet>=3.1.0" \
|
43 |
&& mim install "mmpose>=1.1.0" \
|
44 |
|
45 |
-
WORKDIR /home/user/app/MuseTalk/
|
46 |
|
47 |
# Add entrypoint script
|
48 |
COPY --chown=user entrypoint.sh ./entrypoint.sh
|
|
|
34 |
&& echo "source activate musev" >> ~/.bashrc \
|
35 |
&& conda activate musev \
|
36 |
&& conda env list
|
37 |
+
|
38 |
+
WORKDIR /home/user/app/MuseTalk/
|
39 |
+
|
40 |
RUN pip install -r requirements.txt \
|
41 |
&& pip install --no-cache-dir -U openmim \
|
42 |
&& mim install mmengine \
|
|
|
44 |
&& mim install "mmdet>=3.1.0" \
|
45 |
&& mim install "mmpose>=1.1.0" \
|
46 |
|
|
|
47 |
|
48 |
# Add entrypoint script
|
49 |
COPY --chown=user entrypoint.sh ./entrypoint.sh
|