Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
rm from earthfile, pyproject
  • Loading branch information
biswapanda committed Jul 28, 2025
commit 152275bcf4958c2e9845e1c6505cf1c8a7ca25b7
8 changes: 0 additions & 8 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,6 @@ dynamo-build:
RUN cargo build --release --locked --features llamacpp,cuda && \
cargo doc --no-deps

# Create symlinks for wheel building
RUN mkdir -p /workspace/deploy/sdk/src/dynamo/sdk/cli/bin/ && \
# Remove existing symlinks
rm -f /workspace/deploy/sdk/src/dynamo/sdk/cli/bin/* && \
# Create new symlinks pointing to the correct location
ln -sf /workspace/target/release/dynamo-run /workspace/deploy/sdk/src/dynamo/sdk/cli/bin/dynamo-run


RUN cd /workspace/lib/bindings/python && \
uv build --wheel --out-dir /workspace/dist --python 3.12
RUN cd /workspace && \
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ build-backend = "hatchling.build"

[tool.hatch.build.targets.wheel]
packages = [
"deploy/sdk/src/dynamo",
"components/frontend/src/dynamo",
"components/planner/src/dynamo",
"components/backends/llama_cpp/src/dynamo",
Expand Down