Skip to content

Commit b385de7

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 b385de7

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,7 @@ def get_dependencies():
120120
all_deps.extend(sorted(no_deps)) # No-deps installs
121121
all_deps.extend(sorted(no_cache)) # No-cache installs
122122

123-
# TODO: Remove this once we have a stable PyPI index for trustyai_fms
124-
# Fix trustyai_fms package to use test PyPI index
125123
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-
)
130124
return result
131125
except subprocess.CalledProcessError as e:
132126
print(f"Error executing command: {e}")

0 commit comments

Comments
 (0)