Spaces:
Runtime error
Runtime error
Commit
·
448b99a
1
Parent(s):
874fdd3
Fix user
Browse files- 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 ./oneformer/modeling/pixel_decoder/ops/ ./ && ls && cd ops/ && FORCE_CUDA=1 python setup.py build 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 ./oneformer/modeling/pixel_decoder/ops/ ./ && ls && cd ops/ && FORCE_CUDA=1 python setup.py build install --user && cd ..
|
42 |
|
43 |
RUN sh deform_setup.sh
|
44 |
|