cxeep commited on
Commit
6e5c8e2
·
verified ·
1 Parent(s): 70faeef
Files changed (1) hide show
  1. Dockerfile +1 -3
Dockerfile CHANGED
@@ -15,9 +15,7 @@ RUN apt-get update && apt-get install -y \
15
  git \
16
  && rm -rf /var/lib/apt/lists/*
17
 
18
- RUN git clone https://github.com/sakemin/SOME
19
-
20
- COPY SOME/* .
21
 
22
  RUN pip install --upgrade pip==24.0 && \
23
  if [ "$WITH_CUDA" = "1" ]; then \
 
15
  git \
16
  && rm -rf /var/lib/apt/lists/*
17
 
18
+ RUN git clone https://github.com/sakemin/SOME && mv SOME/* .
 
 
19
 
20
  RUN pip install --upgrade pip==24.0 && \
21
  if [ "$WITH_CUDA" = "1" ]; then \