Spaces:
Runtime error
Runtime error
mayuema
commited on
Commit
•
b96f2e5
1
Parent(s):
24af252
updata
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -52,7 +52,7 @@ RUN pip install --no-cache-dir -U -r /tmp/requirements.txt
|
|
52 |
COPY --chown=1000 . ${HOME}/app
|
53 |
RUN ls -a
|
54 |
# RUN cd ./FateZero/ckpt && bash download.sh
|
55 |
-
RUN cd ./data && bash download.sh
|
56 |
ENV PYTHONPATH=${HOME}/app \
|
57 |
PYTHONUNBUFFERED=1 \
|
58 |
GRADIO_ALLOW_FLAGGING=never \
|
|
|
52 |
COPY --chown=1000 . ${HOME}/app
|
53 |
RUN ls -a
|
54 |
# RUN cd ./FateZero/ckpt && bash download.sh
|
55 |
+
RUN cd ./FollowYourPose/data && bash download.sh
|
56 |
ENV PYTHONPATH=${HOME}/app \
|
57 |
PYTHONUNBUFFERED=1 \
|
58 |
GRADIO_ALLOW_FLAGGING=never \
|