Update docker/GPU/Dockerfile
Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>pull/1296/head
parent
0755391c31
commit
8e24f29f52
|
@ -40,7 +40,7 @@ ENV PATH /opt/conda/bin:$PATH
|
|||
|
||||
### install mmcv
|
||||
RUN /opt/conda/bin/pip install --no-cache-dir openmim \
|
||||
&& mim install --no-cache-dir "mmcv>=2.0.0rc1,<2.1.0"
|
||||
&& mim install --no-cache-dir "mmcv>=2.0.0rc2,<2.1.0"
|
||||
|
||||
WORKDIR /root/workspace
|
||||
### get onnxruntime
|
||||
|
|
Loading…
Reference in New Issue