File tree Expand file tree Collapse file tree 4 files changed +4
-5
lines changed
Expand file tree Collapse file tree 4 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 5656 always_run : true
5757 files : ^distribution/.*$
5858 additional_dependencies :
59- - llama-stack==0.2.21
59+ - llama-stack==0.2.22
6060
6161 - id : doc-gen
6262 name : Distribution Documentation
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ RUN pip install \
2020 mcp>=1.8.1 \
2121 nltk \
2222 numpy \
23- openai \
2423 opentelemetry-exporter-otlp-proto-http \
2524 opentelemetry-sdk \
2625 pandas \
@@ -44,7 +43,7 @@ RUN pip install \
4443 llama_stack_provider_trustyai_fms==0.2.2
4544RUN pip install --extra-index-url https://download.pytorch.org/whl/cpu torch torchao>=0.12.0 torchvision
4645RUN pip install --no-deps sentence-transformers
47- RUN pip install --no-cache llama-stack==0.2.21
46+ RUN pip install --no-cache llama-stack==0.2.22
4847RUN mkdir -p ${HOME}/.llama ${HOME}/.cache
4948COPY distribution/run.yaml ${APP_ROOT}/run.yaml
5049
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ WORKDIR /opt/app-root
33
44RUN pip install sqlalchemy # somehow sqlalchemy[asyncio] is not sufficient
55{dependencies}
6- RUN pip install --no-cache llama-stack==0.2.21
6+ RUN pip install --no-cache llama-stack==0.2.22
77RUN mkdir -p ${{HOME}}/.llama ${{HOME}}/.cache
88COPY distribution/run.yaml ${{APP_ROOT}}/run.yaml
99
Original file line number Diff line number Diff line change 1313from pathlib import Path
1414
1515BASE_REQUIREMENTS = [
16- "llama-stack==0.2.21 " ,
16+ "llama-stack==0.2.22 " ,
1717]
1818
1919
You can’t perform that action at this time.
0 commit comments