mirror of
https://github.com/ggerganov/llama.cpp
synced 2026-03-01 21:00:04 +01:00
devops: Add build-essential to Ubuntu 26.04 image (#17531)
This is no longer passing the build, needs more packages. Signed-off-by: Eric Curtin <eric.curtin@docker.com>
This commit is contained in:
parent
4fcd87cf7c
commit
d21a76ac38
@ -50,6 +50,7 @@ WORKDIR /app
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y \
|
||||
build-essential \
|
||||
git \
|
||||
python3 \
|
||||
python3-pip \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user