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 08b90b4 commit 5309da4Copy full SHA for 5309da4
Dockerfile
@@ -193,6 +193,9 @@ RUN if [ "${IMAGE_TYPE}" = "extras" ]; then \
193
PATH=$PATH:/opt/conda/bin make -C backend/python/coqui \
194
; fi
195
196
+# Make sure the models directory exists
197
+RUN mkdir -p /build/models
198
+
199
# Define the health check command
200
HEALTHCHECK --interval=1m --timeout=10m --retries=10 \
201
CMD curl -f $HEALTHCHECK_ENDPOINT || exit 1
0 commit comments