praeclarumjj3 commited on
Commit
f2f7dd2
1 Parent(s): 0a715d0
Files changed (1) hide show
  1. Dockerfile +1 -5
Dockerfile CHANGED
@@ -36,11 +36,7 @@ RUN pip install --no-cache-dir --upgrade -r $WORKDIR/requirements.txt
36
 
37
  COPY . .
38
 
39
- RUN ln -s ./oneformer/modeling/pixel_decoder/ops/ ./
40
- RUN ls
41
- RUN cd ops/
42
- RUN FORCE_CUDA=1 python setup.py build install
43
- RUN cd ..
44
 
45
  # RUN sh deform_setup.sh
46
 
 
36
 
37
  COPY . .
38
 
39
+ RUN ln -s ./oneformer/modeling/pixel_decoder/ops/ ./ && ls && cd ops/ && FORCE_CUDA=1 python setup.py build install cd ..
 
 
 
 
40
 
41
  # RUN sh deform_setup.sh
42