Skip to content

Commit 2cf6477

Browse files
committed
feat: bump trustyai_fms to v0.2.3 official index
https://pypi.org/project/llama-stack-provider-trustyai-fms/0.2.3/ Relates to: RHAIENG-1381 Signed-off-by: Mustafa Elbehery <melbeher@redhat.com>
1 parent 5dec14f commit 2cf6477

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

distribution/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ RUN pip install \
4444
RUN pip install \
4545
llama_stack_provider_ragas[remote]==0.3.0
4646
RUN pip install \
47-
--extra-index-url https://test.pypi.org/simple/ llama_stack_provider_trustyai_fms==0.2.3
47+
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
4949
RUN pip install --no-deps sentence-transformers
5050
RUN pip install --no-cache llama-stack==0.2.22

distribution/build.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,6 @@ def get_dependencies():
123123
# TODO: Remove this once we have a stable PyPI index for trustyai_fms
124124
# Fix trustyai_fms package to use test PyPI index
125125
result = "\n".join(all_deps)
126-
result = result.replace(
127-
"llama_stack_provider_trustyai_fms==0.2.3",
128-
"--extra-index-url https://test.pypi.org/simple/ llama_stack_provider_trustyai_fms==0.2.3",
129-
)
130126
return result
131127
except subprocess.CalledProcessError as e:
132128
print(f"Error executing command: {e}")

0 commit comments

Comments
 (0)