Skip to content

Commit 71d0381

Browse files
committed
fixed entrypoint
1 parent a6d5eff commit 71d0381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ RUN pip install poetry==2.1.2
1414

1515
RUN poetry install --no-root && rm -rf $POETRY_CACHE_DIR
1616

17-
ENTRYPOINT GUNICORN_CMD_ARGS="--timeout 600" mlflow server --backend-store-uri postgresql+psycopg2://${DB_USERNAME}:${DB_PASSWORD}@${DB_URL}/${DB_NAME} --artifacts-destination ${ARTIFACT_STORE} --serve-artifacts --host 0.0.0.0 --port 5000
17+
ENTRYPOINT GUNICORN_CMD_ARGS="--timeout 600" poetry run mlflow server --backend-store-uri postgresql+psycopg2://${DB_USERNAME}:${DB_PASSWORD}@${DB_URL}/${DB_NAME} --artifacts-destination ${ARTIFACT_STORE} --serve-artifacts --host 0.0.0.0 --port 5000

0 commit comments

Comments
 (0)