Skip to content

Commit 94816ef

Browse files
authored
Merge pull request #1097 from are-ces/remove-faiss-dep
Removed faiss dependency (downstream image)
2 parents 774bfb9 + 494c2fd commit 94816ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test.containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM quay.io/rhoai/odh-llama-stack-core-rhel9:rhoai-3.3
33

44
# Install missing dependencies and create required directories
55
USER root
6-
RUN pip install faiss-cpu==1.11.0 azure-identity && \
6+
RUN pip install azure-identity && \
77
mkdir -p /app-root && \
88
chown -R 1001:0 /app-root && \
99
chmod -R 775 /app-root && \

0 commit comments

Comments
 (0)