Skip to content

Commit 0b9b125

Browse files
committed
Updated
1 parent 40fd0d0 commit 0b9b125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ COPY . .
3030
# Make whisper-server
3131
ENV CUDA_DOCKER_ARCH=${CUDA_DOCKER_ARCH}
3232
ENV GGML_CUDA=1
33-
RUN make -j$(nproc) server
33+
RUN make -j$(nproc)
3434

3535
# Setup runtime container
3636
FROM ${BASE_RUN_CONTAINER} AS runtime

0 commit comments

Comments
 (0)