Skip to content

Commit 2d91123

Browse files
committed
Updated
1 parent b84f42a commit 2d91123

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

etc/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ COPY . .
3030
# Make whisper-server
3131
ENV CUDA_DOCKER_ARCH=${CUDA_DOCKER_ARCH}
3232
ENV GGML_CUDA=1
33-
ENV PKG_CONFIG_PATH=/usr/lib/pkgconfig:${PKG_CONFIG_PATH}
3433
RUN make -j$(nproc)
3534

3635
# Setup runtime container

sys/whisper/generate_cuda.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ package whisper
66
// CGO
77

88
/*
9-
#cgo arm64 pkg-config: cuda-12.6 cublas-12.6 cudart-12.6
9+
#cgo pkg-config: cuda-12.6 cublas-12.6 cudart-12.6
10+
#cgo arm64 ldflags: -L/usr/local/cuda/lib64/stubs -lcuda
1011
*/
1112
import "C"

0 commit comments

Comments
 (0)