Skip to content

Commit 656fec1

Browse files
committed
Updated dockerfile
1 parent f2838f1 commit 656fec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

etc/Dockerfile.cuda-test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ RUN apt-get -y update \
6666
&& apt-get -y install libfreetype6 libmp3lame0 libopus0 libvorbis0a libvpx-dev x264 dav1d
6767

6868
# Copy built whisper binary and entrypoint script
69-
COPY --from=buildcuda --chmod=755 /app/build/whisper-cuda /usr/local/bin
70-
COPY --from=buildcpu --chmod=755 /app/build/whisper-cpu /usr/local/bin
69+
COPY --from=buildcuda --chmod=755 /app/build/whisper /usr/local/bin/whisper-cuda
70+
COPY --from=buildcpu --chmod=755 /app/build/whisper /usr/local/bin
7171
COPY --chmod=755 etc/entrypoint.sh .
7272

7373
# Container environment

0 commit comments

Comments
 (0)