Skip to content
This repository has been archived by the owner on Mar 30, 2024. It is now read-only.

Commit

Permalink
Fix nvidia-cublas-cu12 error
Browse files Browse the repository at this point in the history
Signed-off-by: Hung-Han (Henry) Chen <chenhungh@gmail.com>
  • Loading branch information
chenhunghan committed Dec 15, 2023
1 parent 7429941 commit 5ddf7de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile.cuda12
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ COPY requirements.txt requirements.txt
# Fixes No such file or directory: 'maturin'
RUN pip3 install maturin
RUN pip3 install -r requirements.txt
# Fixes The package you are trying to install is only a placeholder project on PyPI.org repository.
# This package is hosted on NVIDIA Python Package Index.
RUN pip3 install nvidia-pyindex && pip3 install nvidia-cublas-cu12
# https://github.com/marella/ctransformers#cuda
RUN pip3 install ctransformers[cuda]
COPY . .
Expand Down

0 comments on commit 5ddf7de

Please sign in to comment.