Spaces:
Runtime error
Runtime error
Jitesh Jain
commited on
Commit
·
a271d1a
1
Parent(s):
14ce97d
Root user
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -47,7 +47,7 @@ RUN chown -R user:user $HOME
|
|
| 47 |
RUN chmod -R 777 $HOME
|
| 48 |
|
| 49 |
USER user
|
| 50 |
-
RUN ln -s $WORKDIR/oneformer/modeling/pixel_decoder/ops/ $WORKDIR/ && ls && cd ops/ && FORCE_CUDA=1 python setup.py build --build-base=$WORKDIR/
|
| 51 |
RUN sh deform_setup.sh
|
| 52 |
|
| 53 |
USER user
|
|
|
|
| 47 |
RUN chmod -R 777 $HOME
|
| 48 |
|
| 49 |
USER user
|
| 50 |
+
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 ..
|
| 51 |
RUN sh deform_setup.sh
|
| 52 |
|
| 53 |
USER user
|