Spaces:
Sleeping
Sleeping
sijiezhao
commited on
Commit
·
6b932d6
1
Parent(s):
83d48cc
update
Browse files- Dockerfile +3 -1
Dockerfile
CHANGED
@@ -29,7 +29,9 @@ COPY --chown=user . $HOME/app
|
|
29 |
|
30 |
RUN git clone https://github.com/AILab-CVC/SEED.git
|
31 |
|
32 |
-
RUN ls -
|
|
|
|
|
33 |
|
34 |
RUN RUN mv SEED/* . && rm -rf SEED
|
35 |
|
|
|
29 |
|
30 |
RUN git clone https://github.com/AILab-CVC/SEED.git
|
31 |
|
32 |
+
RUN ls -lh
|
33 |
+
|
34 |
+
RUN ls -lh SEED
|
35 |
|
36 |
RUN RUN mv SEED/* . && rm -rf SEED
|
37 |
|