Skip to content

Commit 494c2fd

Browse files
committed
Removed faiss dependency
1 parent 774bfb9 commit 494c2fd

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)