Spaces:
Sleeping
Sleeping
praeclarumjj3
commited on
Commit
•
b715310
1
Parent(s):
6dd0a2c
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 build install --user && cd ..
|
45 |
RUN sh deform_setup.sh
|
46 |
|
47 |
USER user
|