Spaces:
Running
on
T4
Running
on
T4
praeclarumjj3
commited on
Commit
·
0a715d0
1
Parent(s):
3a97a52
Fix user
Browse files- Dockerfile +5 -2
Dockerfile
CHANGED
@@ -36,10 +36,13 @@ RUN pip install --no-cache-dir --upgrade -r $WORKDIR/requirements.txt
|
|
36 |
|
37 |
COPY . .
|
38 |
|
39 |
-
RUN
|
40 |
RUN ls
|
|
|
|
|
|
|
41 |
|
42 |
-
RUN sh deform_setup.sh
|
43 |
|
44 |
# USER user
|
45 |
|
|
|
36 |
|
37 |
COPY . .
|
38 |
|
39 |
+
RUN ln -s ./oneformer/modeling/pixel_decoder/ops/ ./
|
40 |
RUN ls
|
41 |
+
RUN cd ops/
|
42 |
+
RUN FORCE_CUDA=1 python setup.py build install
|
43 |
+
RUN cd ..
|
44 |
|
45 |
+
# RUN sh deform_setup.sh
|
46 |
|
47 |
# USER user
|
48 |
|