mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 23:38:32 +08:00
16 lines
317 B
YAML
16 lines
317 B
YAML
# Copyright Broadcom, Inc. All Rights Reserved.
|
|
# SPDX-License-Identifier: APACHE-2.0
|
|
|
|
user:
|
|
mlflow:
|
|
exists: true
|
|
uid: 1001
|
|
gid: 0
|
|
command:
|
|
mlflow-serve:
|
|
exec: cd /app && timeout --signal 2 --preserve-status 5 mlflow server
|
|
timeout: 10000
|
|
exit-status: 1
|
|
stderr:
|
|
- "Listening at"
|