This commit is contained in:
triple-Mu 2022-11-03 16:48:58 +08:00
parent 7328d9eeda
commit 4bb281bfef

View File

@ -64,7 +64,7 @@ RUN git clone https://github.com/open-mmlab/mmdeploy &&\
cmake -DMMDEPLOY_TARGET_BACKENDS="ort;trt" .. &&\
make -j$(nproc) &&\
cd .. &&\
mim install --no-cache-dir -e .
mim install -e .
### build sdk
RUN git clone https://github.com/openppl-public/ppl.cv.git &&\