model_server
model_server copied to clipboard
Error on build of ovms_builder_image for BASE_OS redhat
Describe the bug Getting below error while make docker build with redhat as BASE_OS
To Reproduce Steps to reproduce the behavior:
- Run
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
Could you pull latest changes and try again?