Update docker/GPU/Dockerfile

Co-authored-by: HinGwenWoong <peterhuang0323@qq.com>
pull/1296/head
tripleMu 2022-11-03 16:47:11 +08:00 committed by GitHub
parent 0755391c31
commit 8e24f29f52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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