Skip to content

Commit

Permalink
Merge pull request #2195 from Sefaria/up_cuda_12
Browse files Browse the repository at this point in the history
chore(Dockerfile): upgrade spacy cuda
  • Loading branch information
akiva10b authored Dec 19, 2024
2 parents 16a8ada + 220e0ea commit 0a18102
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/linker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ ENV PATH=/usr/local/nvidia/bin:$PATH
ENV LD_LIBRARY_PATH=/usr/local/nvidia/lib64/
ENV LD_PRELOAD=/usr/local/nvidia/lib64/libnvidia-ml.so

RUN pip install spacy[cuda116]~=3.7.0
RUN pip install spacy[cuda122]~=3.7.0

0 comments on commit 0a18102

Please sign in to comment.