Spaces:
Running
on
T4
Running
on
T4
Commit
·
7788374
1
Parent(s):
d7cc57c
Root user
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -41,7 +41,7 @@ ARG TORCH_CUDA_ARCH_LIST=7.5+PTX
|
|
41 |
RUN pip install ninja
|
42 |
|
43 |
USER user
|
44 |
-
RUN ln -s $WORKDIR/oneformer/modeling/pixel_decoder/ops/ $WORKDIR/ && ls && cd ops/ && FORCE_CUDA=1 python setup.py
|
45 |
RUN sh deform_setup.sh
|
46 |
|
47 |
USER user
|
|
|
41 |
RUN pip install ninja
|
42 |
|
43 |
USER user
|
44 |
+
RUN ln -s $WORKDIR/oneformer/modeling/pixel_decoder/ops/ $WORKDIR/ && ls && cd ops/ && FORCE_CUDA=1 python setup.py develop --build-base=$WORKDIR/ install --user && cd ..
|
45 |
RUN sh deform_setup.sh
|
46 |
|
47 |
USER user
|