Spaces:
Sleeping
Sleeping
sijiezhao
commited on
Commit
•
c388648
1
Parent(s):
6b932d6
update
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -33,7 +33,7 @@ RUN ls -lh
|
|
33 |
|
34 |
RUN ls -lh SEED
|
35 |
|
36 |
-
RUN
|
37 |
|
38 |
RUN git clone https://huggingface.co/AILab-CVC/SEED
|
39 |
|
|
|
33 |
|
34 |
RUN ls -lh SEED
|
35 |
|
36 |
+
RUN mv SEED/* . && rm -rf SEED
|
37 |
|
38 |
RUN git clone https://huggingface.co/AILab-CVC/SEED
|
39 |
|