xmrt commited on
Commit
fcffaa5
1 Parent(s): 71034a4

added mmdet

Browse files
Files changed (1) hide show
  1. 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