mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-04-29 15:30:03 +00:00
docker : fix the publishing of the CUDA Docker image (#1704)
This commit is contained in:
parent
2623640cd6
commit
f9ca90256b
@ -20,6 +20,10 @@ RUN apt-get update && \
|
|||||||
apt-get install -y build-essential \
|
apt-get install -y build-essential \
|
||||||
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*
|
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*
|
||||||
|
|
||||||
|
# Ref: https://stackoverflow.com/a/53464012
|
||||||
|
ENV CUDA_MAIN_VERSION=12.3
|
||||||
|
ENV LD_LIBRARY_PATH /usr/local/cuda-${CUDA_MAIN_VERSION}/compat:$LD_LIBRARY_PATH
|
||||||
|
|
||||||
COPY .. .
|
COPY .. .
|
||||||
RUN make
|
RUN make
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user