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 e938d06 commit 22a6cb6Copy full SHA for 22a6cb6
Containerfile
@@ -20,7 +20,7 @@ USER 0
20
WORKDIR /workdir
21
22
COPY requirements.gpu.txt .
23
-RUN pip3.11 install --no-cache-dir -r requirements.gpu.txt
+RUN pip3.11 install --no-cache-dir -r requirements.gpu.txt && ln -s /usr/local/lib/python3.11/site-packages/llama_index/core/_static/nltk_cache /root/nltk_data
24
25
COPY ocp-product-docs-plaintext ./ocp-product-docs-plaintext
26
COPY runbooks ./runbooks
0 commit comments