File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ if (LLAMA_BUILD)
179179 # The Python package only ships mtmd as a shared library.
180180 # Upstream mtmd also defines CLI compatibility wrappers, but those are
181181 # not installed here and can fail to link in minimal Docker toolchains.
182- foreach (target llama-llava-cli llama-gemma3-cli llama-minicpmv-cli llama-qwen2vl-cli llama-mtmd-debug)
182+ foreach (target llama-llava-cli llama-gemma3-cli llama-minicpmv-cli llama-qwen2vl-cli llama-mtmd-cli llama-mtmd- debug)
183183 if (TARGET ${target} )
184184 set_target_properties (${target} PROPERTIES EXCLUDE_FROM_ALL TRUE )
185185 endif ()
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN python3 -m pip install --upgrade pip
2727
2828RUN python3 -m pip install --upgrade pip pytest cmake scikit-build setuptools fastapi uvicorn sse-starlette pydantic-settings starlette-context
2929
30- RUN CMAKE_ARGS="${CMAKE_ARGS}" pip install . --verbose
30+ RUN CC=gcc CXX=g++ CMAKE_ARGS="${CMAKE_ARGS}" pip install . --verbose
3131
3232# Set environment variable for the host
3333ENV HOST=0.0.0.0
You can’t perform that action at this time.
0 commit comments