Skip to content
This repository was archived by the owner on Jul 13, 2025. It is now read-only.
This repository was archived by the owner on Jul 13, 2025. It is now read-only.

update readme.md #213

@aliinreallife

Description

@aliinreallife

we are now logging user inputs i feel it better to have log data outside of the repo directory and for that i needed to use mount and we should change the

docker run -it -p 5000:5000 -p 8000:8000 vizard

to

docker run -it -v ~/userLog/vizard:/app/data -p 5000:5000 -p 8000:8000 vizard

and for the docker exec part we could enhace it to

CONTAINER_NAME=$(docker ps --format "{{.Names}}" | head -n 1) 
docker exec -it "$CONTAINER_NAME" mamba run --no-capture-output -n viz-inf-cpu python -m api.main --experiment_name "YOUR_DESIRED_NAME" --run_id "THE_RUN_ID_ASSOCIATED_WITH_A_REGISTERED_MLFLOW_MODEL" --bind 0.0.0.0 --gunicorn_port 8000 --mlflow_port 5000 --verbose debug --workers 1

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions