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
Describe the bug
When trying to build on local computer with current Dockerfile.source, it fails in the builder stage at step 4:
[stage-0 4/4] RUN cd /code && /bin/bash ./build.sh --skip_submodule_sync --use_openmp --config Release --build_wheel --updat
e --build --parallel --cmake_extra_defines ONNXRUNTIME_VERSION=$(cat ./VERSION_NUMBER): #9 0.534 cat: ./VERSION_NUMBER: No such file or directory #9 0.548 /bin/bash: ./build.sh: No such file or directory
I was trying to build with the exact file.
The text was updated successfully, but these errors were encountered:
Describe the bug
When trying to build on local computer with current Dockerfile.source, it fails in the builder stage at step 4:
I was trying to build with the exact file.
The text was updated successfully, but these errors were encountered: