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 4fff5eb commit 041881aCopy full SHA for 041881a
Dockerfile
@@ -12,4 +12,4 @@ COPY --from=build requirements.txt requirements.txt
12
13
RUN pip install --no-cache-dir --upgrade -r requirements.txt
14
15
-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
+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
0 commit comments