File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ RUN python3.9 -m pip install --upgrade pip && python3.9 -m pip install \
5959
6060RUN python3.9 -m pip uninstall --yes onnxruntime
6161RUN wget https://nvidia.box.com/shared/static/67zek28z497hs9aev7xg2c1wngdeyv4h.whl -O onnxruntime_gpu-1.16.0-cp39-cp39-linux_aarch64.whl
62- RUN python3.9 -m pip install onnxruntime_gpu-1.16.0-cp39-cp39-linux_aarch64.whl "opencv-python-headless>4" \
62+ RUN python3.9 -m pip install onnxruntime_gpu-1.16.0-cp39-cp39-linux_aarch64.whl "opencv-python-headless>4,<=4.10.0.84 " \
6363 && rm -rf ~/.cache/pip \
6464 && rm onnxruntime_gpu-1.16.0-cp39-cp39-linux_aarch64.whl
6565
@@ -89,4 +89,4 @@ ENV ENABLE_PROMETHEUS=True
8989ENV ENABLE_STREAM_API=True
9090ENV STREAM_API_PRELOADED_PROCESSES=2
9191
92- ENTRYPOINT uvicorn gpu_http:app --workers $NUM_WORKERS --host $HOST --port $PORT
92+ ENTRYPOINT uvicorn gpu_http:app --workers $NUM_WORKERS --host $HOST --port $PORT
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ RUN python3.9 -m pip install --upgrade pip && python3.9 -m pip install \
5050
5151RUN python3.9 -m pip uninstall --yes onnxruntime
5252RUN wget https://nvidia.box.com/shared/static/67zek28z497hs9aev7xg2c1wngdeyv4h.whl -O onnxruntime_gpu-1.16.0-cp39-cp39-linux_aarch64.whl
53- RUN python3.9 -m pip install onnxruntime_gpu-1.16.0-cp39-cp39-linux_aarch64.whl "opencv-python-headless>4" \
53+ RUN python3.9 -m pip install onnxruntime_gpu-1.16.0-cp39-cp39-linux_aarch64.whl "opencv-python-headless>4,<=4.10.0.84 " \
5454 && rm -rf ~/.cache/pip \
5555 && rm onnxruntime_gpu-1.16.0-cp39-cp39-linux_aarch64.whl
5656
You can’t perform that action at this time.
0 commit comments