Unverified Commit d797b4ba authored by Ryan McCormick's avatar Ryan McCormick Committed by GitHub
Browse files

fix: Add missing deps for '--framework none' build (#738)

parent 4c38680e
FROM ubuntu:24.04 AS dev
# libclang-dev && git needed for llamacpp engine deps in dynamo-run build
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get install -yq python3-dev python3-pip python3-venv libucx0
DEBIAN_FRONTEND=noninteractive apt-get install -yq python3-dev python3-pip python3-venv libucx0 libclang-dev git
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
RUN mkdir /opt/dynamo && \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment