We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1767d6b commit 2a0e417Copy full SHA for 2a0e417
test.containerfile
@@ -7,7 +7,7 @@ ENV PATH="$PATH:/root/.local/bin"
7
8
WORKDIR ${APP_ROOT}
9
COPY run.yaml ./
10
-
+COPY pyproject.toml uv.lock ./
11
12
RUN microdnf install -y --nodocs --setopt=keepcache=0 --setopt=tsflags=nodocs \
13
python3.12 python3.12-devel python3.12-pip git tar
@@ -16,15 +16,13 @@ RUN curl -LsSf https://astral.sh/uv/install.sh | sh
16
17
RUN uv -h
18
19
-RUN uv venv && \
20
- uv pip install llama-stack==0.2.17 \
21
- fastapi \
+RUN uv sync --no-install-project --no-dev && \
+ uv pip install \
22
opentelemetry-sdk \
23
opentelemetry-exporter-otlp \
24
opentelemetry-instrumentation \
25
aiosqlite \
26
litellm \
27
- uvicorn \
28
blobfile \
29
datasets \
30
sqlalchemy \
0 commit comments