Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +4 -3
Dockerfile
CHANGED
|
@@ -25,9 +25,10 @@ RUN pip install openmim==0.3.9 && \
|
|
| 25 |
RUN git clone https://github.com/open-mmlab/mmdetection3d.git /app/mmdetection3d
|
| 26 |
|
| 27 |
# 6) Set PYTHONPATH to include mmdetection3d for custom_imports to work
|
| 28 |
-
COPY model/detr3d_head.py /app/mmdetection3d/projects/DETR3D/detr3d/detr3d_head.py
|
| 29 |
-
COPY model/detr3d.py /app/mmdetection3d/projects/DETR3D/detr3d/detr3d.py
|
| 30 |
-
COPY model/detr3d_r101_gridmask.py /app/mmdetection3d/projects/configs/detr3d_r101_gridmask.py
|
|
|
|
| 31 |
ENV PYTHONPATH=/app/mmdetection3d:$PYTHONPATH
|
| 32 |
|
| 33 |
# 7) Copy application code
|
|
|
|
| 25 |
RUN git clone https://github.com/open-mmlab/mmdetection3d.git /app/mmdetection3d
|
| 26 |
|
| 27 |
# 6) Set PYTHONPATH to include mmdetection3d for custom_imports to work
|
| 28 |
+
COPY model/DETR3D/detr3d_head.py /app/mmdetection3d/projects/DETR3D/detr3d/detr3d_head.py
|
| 29 |
+
COPY model/DETR3D/detr3d.py /app/mmdetection3d/projects/DETR3D/detr3d/detr3d.py
|
| 30 |
+
COPY model/DETR3D/detr3d_r101_gridmask.py /app/mmdetection3d/projects/configs/detr3d_r101_gridmask.py
|
| 31 |
+
|
| 32 |
ENV PYTHONPATH=/app/mmdetection3d:$PYTHONPATH
|
| 33 |
|
| 34 |
# 7) Copy application code
|