We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 774bfb9 commit 494c2fdCopy full SHA for 494c2fd
1 file changed
test.containerfile
@@ -3,7 +3,7 @@ FROM quay.io/rhoai/odh-llama-stack-core-rhel9:rhoai-3.3
3
4
# Install missing dependencies and create required directories
5
USER root
6
-RUN pip install faiss-cpu==1.11.0 azure-identity && \
+RUN pip install azure-identity && \
7
mkdir -p /app-root && \
8
chown -R 1001:0 /app-root && \
9
chmod -R 775 /app-root && \
0 commit comments