Spaces:
Running
on
T4
Running
on
T4
praeclarumjj3
commited on
Commit
•
c07111c
1
Parent(s):
a271d1a
Root user
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -45,6 +45,8 @@ RUN chown -R user:user /usr
|
|
45 |
RUN chmod -R 777 /usr
|
46 |
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/ install --user && cd ..
|
|
|
45 |
RUN chmod -R 777 /usr
|
46 |
RUN chown -R user:user $HOME
|
47 |
RUN chmod -R 777 $HOME
|
48 |
+
RUN chown -R user:user $WORKDIR
|
49 |
+
RUN chmod -R 777 $WORKDIR
|
50 |
|
51 |
USER user
|
52 |
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 ..
|