Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +0 -6
Dockerfile
CHANGED
@@ -60,20 +60,14 @@ COPY requirements.txt /tmp
|
|
60 |
RUN cd /tmp && pip install -r requirements.txt
|
61 |
RUN pip install -U fastapi pydantic
|
62 |
|
63 |
-
RUN ls .
|
64 |
-
|
65 |
-
|
66 |
RUN rm -rf /home/${USER_NAME}/threestudio
|
67 |
RUN rm -rf /home/${USER_NAME}/.cache
|
68 |
|
69 |
-
RUN ls .
|
70 |
-
|
71 |
ADD "https://api.github.com/repos/zqh0253/3DitScene/commits?per_page=1" latest_commit
|
72 |
RUN git clone https://github.com/zqh0253/3DitScene.git /home/${USER_NAME}/threestudio --recursive
|
73 |
|
74 |
WORKDIR /home/${USER_NAME}/threestudio
|
75 |
|
76 |
-
RUN wget --quiet https://www.dropbox.com/scl/fi/ubyeroi2b85y78mbyy9or/1.zip?rlkey=b1sfgbmlmx3jz4onwk9qjj2rs -O tmp.zip
|
77 |
RUN wget --quiet https://www.dropbox.com/scl/fi/2s4b848d4qqrz87bbfc2z/cache.zip?rlkey=f7tyf4952ey253xlzvb1lwnmc -O tmp.zip
|
78 |
RUN unzip tmp.zip
|
79 |
|
|
|
60 |
RUN cd /tmp && pip install -r requirements.txt
|
61 |
RUN pip install -U fastapi pydantic
|
62 |
|
|
|
|
|
|
|
63 |
RUN rm -rf /home/${USER_NAME}/threestudio
|
64 |
RUN rm -rf /home/${USER_NAME}/.cache
|
65 |
|
|
|
|
|
66 |
ADD "https://api.github.com/repos/zqh0253/3DitScene/commits?per_page=1" latest_commit
|
67 |
RUN git clone https://github.com/zqh0253/3DitScene.git /home/${USER_NAME}/threestudio --recursive
|
68 |
|
69 |
WORKDIR /home/${USER_NAME}/threestudio
|
70 |
|
|
|
71 |
RUN wget --quiet https://www.dropbox.com/scl/fi/2s4b848d4qqrz87bbfc2z/cache.zip?rlkey=f7tyf4952ey253xlzvb1lwnmc -O tmp.zip
|
72 |
RUN unzip tmp.zip
|
73 |
|