matthoffner commited on
Commit
f9a4dbf
·
verified ·
1 Parent(s): e6e5e60

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Base image
2
- FROM nvidia/cuda:12.2.0-devel-ubuntu22.04
3
 
4
  ENV DEBIAN_FRONTEND=noninteractive
5
 
 
1
  # Base image
2
+ FROM ghcr.io/ggerganov/llama.cpp:full-cuda
3
 
4
  ENV DEBIAN_FRONTEND=noninteractive
5