Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Commit
•
f31f6e4
1
Parent(s):
be5e162
Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -87,9 +87,9 @@ RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co
|
|
87 |
|
88 |
# extract models
|
89 |
RUN mkdir -p model
|
90 |
-
RUN unzip -x
|
91 |
-
RUN mv -v
|
92 |
-
RUN rm
|
93 |
|
94 |
# check /tmp
|
95 |
RUN ls -l /tmp
|
|
|
87 |
|
88 |
# extract models
|
89 |
RUN mkdir -p model
|
90 |
+
RUN unzip -x syz.zip
|
91 |
+
RUN mv -v syz model
|
92 |
+
RUN rm syz.zip
|
93 |
|
94 |
# check /tmp
|
95 |
RUN ls -l /tmp
|