Skip to content
Snippets Groups Projects
Commit d41f507e authored by ale's avatar ale
Browse files

Install llama-cpp-python

parent 983f5d35
No related branches found
No related tags found
No related merge requests found
Pipeline #84099 passed
FROM quay.io/jupyter/pytorch-notebook:cuda12-pytorch-2.3.1
# Install Python packages that may be useful.
RUN pip install --no-cache-dir \
transformers sentence-transformers accelerate bitsandbytes \
sentence-transformers hdbscan umap-learn \
hdbscan umap-learn \
&& \
pip install llama-cpp-python --extra-index-url https://abetlen.github.io/llama-cpp-python/whl/cu121 && \
fix-permissions "${CONDA_DIR}" && \
fix-permissions "/home/${NB_USER}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment