Skip to content

Commit 520d79e

Browse files
committed
Added missing azure dependency
1 parent ce51490 commit 520d79e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test.containerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ COPY src ./src
1818

1919
# Install dependencies using uv sync
2020
RUN uv sync --locked --no-install-project --group llslibdev
21+
RUN uv add azure-identity
2122

2223
# Add virtual environment to PATH for llama command
2324
ENV PATH="/opt/app-root/.venv/bin:$PATH"

0 commit comments

Comments
 (0)