You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
both on local install or docker install I have the following issue
ERROR: Could not find a version that satisfies the requirement onnxruntime-gpu==1.19.2 (from versions: none)
ERROR: No matching distribution found for onnxruntime-gpu==1.19.2
------
Dockerfile:45
--------------------
43 |
44 | RUN echo "Installing requirements.txt"
45 | >>> RUN pip3 install --no-cache-dir --upgrade -r /code/requirements.txt
46 |
47 | # yeah.. this is manual for now
--------------------
ERROR: failed to solve: process "/bin/sh -c pip3 install --no-cache-dir --upgrade -r /code/requirements.txt" did not complete successfully: exit code: 1
The text was updated successfully, but these errors were encountered:
hello, can you try to open the requirements.txt and replace onnxruntime-gpu==1.19.2 with just onnxruntime-gpu?
alternatively and depending on your system, you might want to try to remove this line in the requirements.txt, as I think now https://pypi.org/project/onnxruntime/ includes the binaries for various platforms already
both on local install or docker install I have the following issue
The text was updated successfully, but these errors were encountered: