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 b84f42a commit 2d91123Copy full SHA for 2d91123
etc/Dockerfile
@@ -30,7 +30,6 @@ COPY . .
30
# Make whisper-server
31
ENV CUDA_DOCKER_ARCH=${CUDA_DOCKER_ARCH}
32
ENV GGML_CUDA=1
33
-ENV PKG_CONFIG_PATH=/usr/lib/pkgconfig:${PKG_CONFIG_PATH}
34
RUN make -j$(nproc)
35
36
# Setup runtime container
sys/whisper/generate_cuda.go
@@ -6,6 +6,7 @@ package whisper
6
// CGO
7
8
/*
9
-#cgo arm64 pkg-config: cuda-12.6 cublas-12.6 cudart-12.6
+#cgo pkg-config: cuda-12.6 cublas-12.6 cudart-12.6
10
+#cgo arm64 ldflags: -L/usr/local/cuda/lib64/stubs -lcuda
11
*/
12
import "C"
0 commit comments