Skip to content

Commit 041881a

Browse files
committed
added port
1 parent 4fff5eb commit 041881a

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
@@ -12,4 +12,4 @@ COPY --from=build requirements.txt requirements.txt
1212

1313
RUN pip install --no-cache-dir --upgrade -r requirements.txt
1414

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
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 --port 5000

0 commit comments

Comments
 (0)