Spaces:
Sleeping
Sleeping
praeclarumjj3
commited on
Commit
•
f17ae29
1
Parent(s):
f2f7dd2
Fix user
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -36,7 +36,7 @@ RUN pip install --no-cache-dir --upgrade -r $WORKDIR/requirements.txt
|
|
36 |
|
37 |
COPY . .
|
38 |
|
39 |
-
RUN ln -s ./oneformer/modeling/pixel_decoder/ops/ ./ && ls && cd ops/ && FORCE_CUDA=1 python setup.py build install cd ..
|
40 |
|
41 |
# RUN sh deform_setup.sh
|
42 |
|
|
|
36 |
|
37 |
COPY . .
|
38 |
|
39 |
+
RUN ln -s ./oneformer/modeling/pixel_decoder/ops/ ./ && ls && cd ops/ && FORCE_CUDA=1 python setup.py build install && cd ..
|
40 |
|
41 |
# RUN sh deform_setup.sh
|
42 |
|