"applications/git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "3b7a462d37df89e8c44c1c0438d2c9f17148b4d4"
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 FROM ubuntu:24.04 AS dev
# libclang-dev && git needed for llamacpp engine deps in dynamo-run build
RUN apt-get update && \ 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/ COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
RUN mkdir /opt/dynamo && \ 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