Skip to content

Commit 4c9263b

Browse files
committed
Updated dockerfile
1 parent 96e5297 commit 4c9263b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

etc/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE_TAG=1.0.0
1+
ARG BASE_TAG=1.0.1
22
ARG BASE_DEV_CONTAINER=ghcr.io/mutablelogic/cuda-dev:${BASE_TAG}
33
ARG BASE_RUN_CONTAINER=ghcr.io/mutablelogic/cuda-rt:${BASE_TAG}
44
ARG CUDA_DOCKER_ARCH=all
@@ -49,4 +49,5 @@ COPY --chmod=755 etc/entrypoint.sh .
4949
ENTRYPOINT [ "/entrypoint.sh" ]
5050
STOPSIGNAL SIGQUIT
5151
EXPOSE 80
52-
CMD [ "/usr/local/bin/whisper", "-dir", "/data", "-listen", ":80", "server" ]
52+
VOLUME [ "/data" ]
53+
CMD [ "/usr/local/bin/whisper", "--dir", "/data", "--listen", ":80", "--endpoint", "/api/v1", "server" ]

0 commit comments

Comments
 (0)