praeclarumjj3 commited on
Commit
80b6e22
1 Parent(s): f17ae29
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -36,7 +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/ ./ && ls && cd ops/ && FORCE_CUDA=1 python setup.py build install && cd ..
40
 
41
  # RUN sh deform_setup.sh
42
 
 
36
 
37
  COPY . .
38
 
39
+ RUN ln -s ./oneformer/modeling/pixel_decoder/ops/ ./ && ls && cd ops/ && FORCE_CUDA=1 python setup.py build --build-base=$WORKDIR install --user && cd ..
40
 
41
  # RUN sh deform_setup.sh
42