pull/1296/head
triple-Mu 2022-11-09 14:34:20 +08:00
parent ec427c2f82
commit b6cbbdc212
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ RUN curl -fsSL -v -o ~/miniconda.sh -O https://repo.anaconda.com/miniconda/Mini
RUN /opt/conda/bin/pip install torch==${TORCH_VERSION}+cpu torchvision==${TORCHVISION_VERSION}+cpu -f https://download.pytorch.org/whl/cpu/torch_stable.html \
&& /opt/conda/bin/pip install --no-cache-dir openmim
RUN mim install --no-cache-dir "mmcv"${MMCV_VERSION} onnxruntime==${ONNXRUNTIME_VERSION} openvino-dev mmengine${MMENGINE_VERSION}
RUN /opt/conda/bin/mim install --no-cache-dir "mmcv"${MMCV_VERSION} onnxruntime==${ONNXRUNTIME_VERSION} openvino-dev mmengine${MMENGINE_VERSION}
ENV PATH /opt/conda/bin:$PATH
WORKDIR /root/workspace