fixing passing port as a build argument to containers #653
Annotations
1 error
Build Image
Error: buildah exited with code 125
time="2024-04-13T14:09:17Z" level=warning msg="missing \"PORT\" build argument. Try adding \"--build-arg PORT=<VALUE>\" to the command line"
Trying to pull registry.access.redhat.com/ubi9/python-311:1-52...
Getting image source signatures
Copying blob sha256:1153e061da4ea9623b0dcdb9e8638b9432d5aa919217cc7c115b5a858f40f306
Copying blob sha256:e584cd196457fe615697ae7bc6c7744519838a1bc718f9c7f04bfccb1d09da71
Copying blob sha256:1e7472a776af7ca46539234966643d2e76ef79d0f814c639d14dd18c8473170f
Copying blob sha256:1d122b4df69dfde24c719e7872cb63da208eb0b13206c5183d854b6104447fe5
Copying blob sha256:1153e061da4ea9623b0dcdb9e8638b9432d5aa919217cc7c115b5a858f40f306
Copying blob sha256:1d122b4df69dfde24c719e7872cb63da208eb0b13206c5183d854b6104447fe5
Copying blob sha256:1e7472a776af7ca46539234966643d2e76ef79d0f814c639d14dd18c8473170f
Copying blob sha256:e584cd196457fe615697ae7bc6c7744519838a1bc718f9c7f04bfccb1d09da71
Copying config sha256:49a150230e8f3339a5f48a3d49d7698ad4f394edfd8af0e0efee3f3230cb0d9e
Writing manifest to image destination
Storing signatures
Running command pip subprocess to install build dependencies
Collecting scikit-build-core[pyproject]>=0.5.1
Downloading scikit_build_core-0.8.2-py3-none-any.whl (140 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.5/140.5 kB 3.7 MB/s eta 0:00:00
Collecting packaging>=20.9
Downloading packaging-24.0-py3-none-any.whl (53 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 50.0 MB/s eta 0:00:00
Collecting pathspec>=0.10.1
Downloading pathspec-0.12.1-py3-none-any.whl (31 kB)
Collecting pyproject-metadata>=0.5
Downloading pyproject_metadata-0.7.1-py3-none-any.whl (7.4 kB)
Installing collected packages: pathspec, packaging, scikit-build-core, pyproject-metadata
Successfully installed packaging-24.0 pathspec-0.12.1 pyproject-metadata-0.7.1 scikit-build-core-0.8.2
[notice] A new release of pip available: 22.2.2 -> 24.0
[notice] To update, run: pip install --upgrade pip
Running command Getting requirements to build wheel
Running command pip subprocess to install backend dependencies
Collecting cmake>=3.21
Downloading cmake-3.29.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.7 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.7/26.7 MB 171.0 MB/s eta 0:00:00
Collecting ninja>=1.5
Downloading ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl (307 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 307.2/307.2 kB 288.1 MB/s eta 0:00:00
Installing collected packages: ninja, cmake
Successfully installed cmake-3.29.2 ninja-1.11.1.1
[notice] A new release of pip available: 22.2.2 -> 24.0
[notice] To update, run: pip install --upgrade pip
Running command Preparing metadata (pyproject.toml)
*** scikit-build-core 0.8.2 using CMake 3.29.2 (metadata_wheel)
Running command Building wheel for llama-cpp-python (pyproject.toml)
*** scikit-build-core 0.8.2 using CMake 3.29.2 (wheel)
*** Configuring CMake...
loading initial cache file /tmp/tmp1ondi9n_/build/CMakeInit.txt
-- The C compiler identification is GNU 11.4.1
-- The CXX compiler identification is GNU 11.4.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Found Git: /usr/bin/git (found version "2.39.3")
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Warning: ccache not found - consider installing it for faster compilation or disable this warning with LLAMA_CCACHE=OFF
-- CMAKE_SYSTEM_PROCESSOR: x86_64
-- x86 detected
CMake Warning (dev) at CMakeLists.txt:21 (install):
Target llama has PUBLIC_HEADER files but no PU
|
Loading