Spaces:
Runtime error
Runtime error
Jitesh Jain
commited on
Commit
·
14a3656
1
Parent(s):
d881494
Fix user
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
|
@@ -40,7 +40,6 @@ ARG TORCH_CUDA_ARCH_LIST=7.5+PTX
|
|
| 40 |
USER user
|
| 41 |
RUN pip install ninja
|
| 42 |
RUN chown -R user:user $HOME
|
| 43 |
-
RUN chmod -R 755 $HOME
|
| 44 |
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 ..
|
| 45 |
|
| 46 |
RUN sh deform_setup.sh
|
|
|
|
| 40 |
USER user
|
| 41 |
RUN pip install ninja
|
| 42 |
RUN chown -R user:user $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
|