We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 774bfb9 + 494c2fd commit 94816efCopy full SHA for 94816ef
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