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 f2838f1 commit 656fec1Copy full SHA for 656fec1
etc/Dockerfile.cuda-test
@@ -66,8 +66,8 @@ RUN apt-get -y update \
66
&& apt-get -y install libfreetype6 libmp3lame0 libopus0 libvorbis0a libvpx-dev x264 dav1d
67
68
# 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
+COPY --from=buildcuda --chmod=755 /app/build/whisper /usr/local/bin/whisper-cuda
+COPY --from=buildcpu --chmod=755 /app/build/whisper /usr/local/bin
71
COPY --chmod=755 etc/entrypoint.sh .
72
73
# Container environment
0 commit comments