added mmdet
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -9,7 +9,7 @@ RUN pip install torch==1.9.1 torchvision==0.10.1 -f https://download.pytorch.org
|
|
9 |
RUN pip install -U openmim
|
10 |
RUN mim install mmengine
|
11 |
RUN mim install "mmcv>=2.0.1"
|
12 |
-
RUN mim install "mmdet>=3.1.0
|
13 |
|
14 |
RUN git clone https://github.com/open-mmlab/mmpose.git
|
15 |
#COPY . /whatever
|
|
|
9 |
RUN pip install -U openmim
|
10 |
RUN mim install mmengine
|
11 |
RUN mim install "mmcv>=2.0.1"
|
12 |
+
RUN mim install "mmdet>=3.1.0"
|
13 |
|
14 |
RUN git clone https://github.com/open-mmlab/mmpose.git
|
15 |
#COPY . /whatever
|