mirror of
https://github.com/Toumash/mlflow-docker
synced 2025-11-04 07:09:22 +01:00
feat: change custom image to standard ubuntu/mlflow
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
1. Configure your client-side
|
||||
|
||||
For running mlflow files you need various environment variables set on the client side. To generate them user the convienience script `./bashrc_install.sh`, which installs it on your system or `./bashrc_generate.sh`, which just displays the config to copy & paste.
|
||||
For running mlflow files you need various environment variables set on the client side. To generate them use the convienience script `./bashrc_install.sh`, which installs it on your system or `./bashrc_generate.sh`, which just displays the config to copy & paste.
|
||||
|
||||
> $ ./bashrc_install.sh
|
||||
> [ OK ] Successfully installed environment variables into your .bashrc!
|
||||
|
||||
@@ -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