sijiezhao commited on
Commit
6b932d6
·
1 Parent(s): 83d48cc
Files changed (1) hide show
  1. 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 -l
 
 
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