Commit ·
d558fc2
1
Parent(s): f875a1b
fix: pin mmcv>=2.0.0rc4,<2.2.0
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -24,7 +24,7 @@ RUN pip install --no-cache-dir \
|
|
| 24 |
# 2. MMDet 3.x stack: mmengine + mmcv 2.x + mmdet from local submodule
|
| 25 |
RUN pip install --no-cache-dir openmim && \
|
| 26 |
mim install "mmengine>=0.7.1,<1.0.0" && \
|
| 27 |
-
mim install "mmcv>=2.0.
|
| 28 |
|
| 29 |
# 3. Install mmdetection from the local submodule
|
| 30 |
RUN pip install --no-cache-dir -v -e ./mmdetection
|
|
|
|
| 24 |
# 2. MMDet 3.x stack: mmengine + mmcv 2.x + mmdet from local submodule
|
| 25 |
RUN pip install --no-cache-dir openmim && \
|
| 26 |
mim install "mmengine>=0.7.1,<1.0.0" && \
|
| 27 |
+
mim install "mmcv>=2.0.0rc4,<2.2.0"
|
| 28 |
|
| 29 |
# 3. Install mmdetection from the local submodule
|
| 30 |
RUN pip install --no-cache-dir -v -e ./mmdetection
|