We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Getting below error while make docker build with redhat as BASE_OS
To Reproduce Steps to reproduce the behavior:
NVIDIA=1 OV_USE_BINARY=0 BASE_OS=redhat make ovms_builder_image
Expected behavior Build should be created
Logs Getting below error in build logs:
=> ERROR [base_build 5/18] RUN wget -nv https://boostorg.jfrog.io/artifactory/main/release/1.68.0/source/boost_1_68_0.tar.gz && tar xvf boost_1_68_0 2.9s ------ > [base_build 5/18] RUN wget -nv https://boostorg.jfrog.io/artifactory/main/release/1.68.0/source/boost_1_68_0.tar.gz && tar xvf boost_1_68_0.tar.gz && cd boost_1_68_0 && ./bootstrap.sh && ./b2 -j 6 cxxstd=17 link=static cxxflags='-fPIC' cflags='-fPIC' --with-chrono --with-date_time --with-filesystem --with-program_options --with-system --with-random --with-thread --with-atomic --with-regex --with-log --with-locale install: 0.257 + wget -nv https://boostorg.jfrog.io/artifactory/main/release/1.68.0/source/boost_1_68_0.tar.gz 2.861 2024-01-08 10:34:29 URL:https://landing.jfrog.com/reactivate-server/boostorg [11534/11534] -> "boost_1_68_0.tar.gz" [1] 2.875 + tar xvf boost_1_68_0.tar.gz 2.890 2.890 gzip: stdin: not in gzip format 2.890 tar: Child returned status 1 2.891 tar: Error is not recoverable: exiting now
The text was updated successfully, but these errors were encountered:
Could you pull latest changes and try again?
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Getting below error while make docker build with redhat as BASE_OS
To Reproduce
Steps to reproduce the behavior:
NVIDIA=1 OV_USE_BINARY=0 BASE_OS=redhat make ovms_builder_image
Expected behavior
Build should be created
Logs
Getting below error in build logs:
The text was updated successfully, but these errors were encountered: