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

added mmdet

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -7,8 +7,9 @@ WORKDIR /code
7
  #RUN pip install torch==1.9.1+cu111 torchvision==0.10.1+cu111 -f https://download.pytorch.org/whl/torch_stable.ht
8
  RUN pip install torch==1.9.1 torchvision==0.10.1 -f https://download.pytorch.org/whl/torch_stable.ht
9
  RUN pip install -U openmim
10
- RUN mim install "mmcv>=2.0.1"
11
  RUN mim install mmengine
 
 
12
 
13
  RUN git clone https://github.com/open-mmlab/mmpose.git
14
  #COPY . /whatever
 
7
  #RUN pip install torch==1.9.1+cu111 torchvision==0.10.1+cu111 -f https://download.pytorch.org/whl/torch_stable.ht
8
  RUN pip install torch==1.9.1 torchvision==0.10.1 -f https://download.pytorch.org/whl/torch_stable.ht
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