Skip to content

Commit d44f75a

Browse files
authored
Update Dockerfile.linux-amd64
1 parent e61bc83 commit d44f75a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/Dockerfile.linux-amd64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ COPY . .
2626
# Make whisper-server
2727
ENV CUDA_DOCKER_ARCH=${CUDA_DOCKER_ARCH}
2828
ENV GGML_CUDA=1
29-
RUN make -j$(nproc) server
29+
RUN make -j$(nproc)
3030

3131
# Setup runtime container
3232
FROM ${BASE_CUDA_RUN_CONTAINER} AS runtime

0 commit comments

Comments
 (0)