Spaces:
Running
on
T4
Running
on
T4
praeclarumjj3
commited on
Commit
•
3f01ea0
1
Parent(s):
dcaec5d
Fix user
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -40,6 +40,7 @@ ARG TORCH_CUDA_ARCH_LIST=7.5+PTX
|
|
40 |
|
41 |
RUN pip install ninja
|
42 |
|
|
|
43 |
RUN ln -s $WORKDIR/oneformer/modeling/pixel_decoder/ops/ $WORKDIR/ && ls && cd ops/ && FORCE_CUDA=1 pip install -e . --user && cd ..
|
44 |
|
45 |
RUN sh deform_setup.sh
|
|
|
40 |
|
41 |
RUN pip install ninja
|
42 |
|
43 |
+
USER root
|
44 |
RUN ln -s $WORKDIR/oneformer/modeling/pixel_decoder/ops/ $WORKDIR/ && ls && cd ops/ && FORCE_CUDA=1 pip install -e . --user && cd ..
|
45 |
|
46 |
RUN sh deform_setup.sh
|