Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -32,8 +32,7 @@ COPY ./asset /content/asset
|
|
32 |
COPY ./config /content/config
|
33 |
COPY ./datasets /content/datasets
|
34 |
COPY ./reports /content/reports
|
35 |
-
|
36 |
-
RUN chmod -R 777 /content/cogvideox
|
37 |
# Copy the README.md
|
38 |
COPY README.md /usr/share/nginx/html/README.md
|
39 |
WORKDIR /content
|
|
|
32 |
COPY ./config /content/config
|
33 |
COPY ./datasets /content/datasets
|
34 |
COPY ./reports /content/reports
|
35 |
+
|
|
|
36 |
# Copy the README.md
|
37 |
COPY README.md /usr/share/nginx/html/README.md
|
38 |
WORKDIR /content
|