Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
d797b4ba
Unverified
Commit
d797b4ba
authored
Apr 18, 2025
by
Ryan McCormick
Committed by
GitHub
Apr 18, 2025
Browse files
fix: Add missing deps for '--framework none' build (#738)
parent
4c38680e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
container/Dockerfile.none
container/Dockerfile.none
+2
-1
No files found.
container/Dockerfile.none
View file @
d797b4ba
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 && \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment