mirror of
https://github.com/eigent-ai/eigent.git
synced 2026-05-19 16:31:36 +00:00
fix: remove reference to non-existent utils directory in Dockerfile (#1086)
Co-authored-by: Gittensor Contributor <contributor@gittensor.io> Co-authored-by: Wendong-Fan <133094783+Wendong-Fan@users.noreply.github.com>
This commit is contained in:
parent
d8ea46cfce
commit
5c2226ff8b
1 changed files with 0 additions and 3 deletions
|
|
@ -31,9 +31,6 @@ RUN --mount=type=cache,target=/root/.cache/uv \
|
|||
# Installing separately from its dependencies allows optimal layer caching
|
||||
COPY server/ /app
|
||||
|
||||
# Copy the utils directory from the parent project
|
||||
COPY utils /app/utils
|
||||
|
||||
RUN --mount=type=cache,target=/root/.cache/uv \
|
||||
uv sync --no-dev
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue