praeclarumjj3 commited on
Commit
efdfd79
1 Parent(s): 195ae14
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -38,7 +38,7 @@ COPY . .
38
  ARG TORCH_CUDA_ARCH_LIST=7.5+PTX
39
 
40
  USER user
41
- RUN ln -s $WORKDIR/oneformer/modeling/pixel_decoder/ops/ $WORKDIR/ && ls && cd ops/ && FORCE_CUDA=1 python setup.py develop --build-base=$WORKDIR/ install && cd ..
42
 
43
  RUN sh deform_setup.sh
44
 
 
38
  ARG TORCH_CUDA_ARCH_LIST=7.5+PTX
39
 
40
  USER user
41
+ RUN ln -s $WORKDIR/oneformer/modeling/pixel_decoder/ops/ $WORKDIR/ && ls && cd ops/ && FORCE_CUDA=1 python setup.py develop install && cd ..
42
 
43
  RUN sh deform_setup.sh
44