Spaces:
Runtime error
Runtime error
Commit
·
c53dc5d
1
Parent(s):
f7a438c
Fix user
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -39,7 +39,7 @@ ARG TORCH_CUDA_ARCH_LIST=7.5+PTX
|
|
39 |
|
40 |
USER user
|
41 |
RUN pip install ninja
|
42 |
-
RUN
|
43 |
RUN ln -s $WORKDIR/oneformer/modeling/pixel_decoder/ops/ $WORKDIR/ && ls && cd ops/ && FORCE_CUDA=1 python setup.py build --build-base=$WORKDIR/ install --user && cd ..
|
44 |
|
45 |
RUN sh deform_setup.sh
|
|
|
39 |
|
40 |
USER user
|
41 |
RUN pip install ninja
|
42 |
+
RUN chmod -R 755 $HOME
|
43 |
RUN ln -s $WORKDIR/oneformer/modeling/pixel_decoder/ops/ $WORKDIR/ && ls && cd ops/ && FORCE_CUDA=1 python setup.py build --build-base=$WORKDIR/ install --user && cd ..
|
44 |
|
45 |
RUN sh deform_setup.sh
|