Skip to content

Commit 5309da4

Browse files
authored
Update Dockerfile
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 08b90b4 commit 5309da4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ RUN if [ "${IMAGE_TYPE}" = "extras" ]; then \
193193
PATH=$PATH:/opt/conda/bin make -C backend/python/coqui \
194194
; fi
195195

196+
# Make sure the models directory exists
197+
RUN mkdir -p /build/models
198+
196199
# Define the health check command
197200
HEALTHCHECK --interval=1m --timeout=10m --retries=10 \
198201
CMD curl -f $HEALTHCHECK_ENDPOINT || exit 1

0 commit comments

Comments
 (0)