I ma trying to build the docker image using the Dockerfile supplied in the modulus github repository :
However a “custom built” onnx runtime is missing, where can I find this file ?
---> 65476f1fd639
Step 20/30 : COPY ./deps/onnxruntime_gpu-1.14.0-cp38-cp38-linux_x86_64.whl onnxruntime_gpu-1.14.0-cp38-cp38-linux_x86_64.whl
COPY failed: stat /var/lib/docker/tmp/docker-builder977999083/deps/onnxruntime_gpu-1.14.0-cp38-cp38-linux_x86_64.whl: no such file or directory
Extract from Dockerfile
# Install custom onnx
# TODO: Find a fix to eliminate the custom build
COPY ./deps/onnxruntime_gpu-1.14.0-cp38-cp38-linux_x86_64.whl onnxruntime_gpu-1.14.0-cp38-cp38-linux_x86_64.whl