We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce51490 commit 520d79eCopy full SHA for 520d79e
1 file changed
test.containerfile
@@ -18,6 +18,7 @@ COPY src ./src
18
19
# Install dependencies using uv sync
20
RUN uv sync --locked --no-install-project --group llslibdev
21
+RUN uv add azure-identity
22
23
# Add virtual environment to PATH for llama command
24
ENV PATH="/opt/app-root/.venv/bin:$PATH"
0 commit comments