We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ca435 commit ab0df77Copy full SHA for ab0df77
Containerfile
@@ -34,6 +34,7 @@ COPY --from=lightspeed-rag-content /rag/embeddings_model ./embeddings_model
34
# (avoid accidental inclusion of local directories or env files or credentials)
35
COPY runner.py requirements.txt ./
36
37
+RUN pip3.11 install --upgrade pip
38
RUN pip3.11 install --no-cache-dir -r requirements.txt
39
40
COPY ols ./ols
0 commit comments