mirror of
https://github.com/Toumash/mlflow-docker
synced 2025-11-04 15:19:21 +01:00
feat: change custom image to standard ubuntu/mlflow
This commit is contained in:
@@ -31,12 +31,9 @@ services:
|
||||
networks:
|
||||
- internal
|
||||
mlflow:
|
||||
image: ubuntu/mlflow:2.1.1_1.0-22.04
|
||||
container_name: tracker_mlflow
|
||||
image: tracker_ml
|
||||
restart: unless-stopped
|
||||
build:
|
||||
context: ./mlflow
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- "5000:5000"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user