Skip to content

Commit 866898f

Browse files
deps: ensure ragas remote deps get installed
Signed-off-by: Nathan Weinberg <nweinber@redhat.com>
1 parent 983fd33 commit 866898f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

distribution/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ RUN pip install \
4242
RUN pip install \
4343
llama_stack_provider_lmeval==0.2.4
4444
RUN pip install \
45-
llama_stack_provider_ragas==0.3.0
45+
llama_stack_provider_ragas[remote]==0.3.0
4646
RUN pip install \
4747
--extra-index-url https://test.pypi.org/simple/ llama_stack_provider_trustyai_fms==0.2.3
4848
RUN pip install --extra-index-url https://download.pytorch.org/whl/cpu torch 'torchao>=0.12.0' torchvision

distribution/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ distribution_spec:
2222
- provider_type: remote::trustyai_lmeval
2323
module: llama_stack_provider_lmeval==0.2.4
2424
- provider_type: inline::trustyai_ragas
25-
module: llama_stack_provider_ragas==0.3.0
25+
module: llama_stack_provider_ragas[remote]==0.3.0
2626
datasetio:
2727
- provider_type: remote::huggingface
2828
- provider_type: inline::localfs

0 commit comments

Comments
 (0)