Spaces:
Sleeping
Sleeping
praeclarumjj3
commited on
Commit
·
c680c77
1
Parent(s):
7788374
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 develop
|
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 install --user && cd ..
|
45 |
RUN sh deform_setup.sh
|
46 |
|
47 |
USER user
|