Skip to content

Make note of MLflow UI issue #56

Description

@bradleyboehmke

During class I ran into an issue where launching mlflow ui landed me on a 403 error. This is because there are too many concurrent processes running and you need to kill them. To do so you run the following:

# first, identify the MLflow processes running
ps aux | grep mlflow

# identify the process IDs you want to kill and run the following
# individually for each PID
kill -INT <pid>

If I teach this section again I probably need to keep this handy and maybe make a comment in the notebook so others are aware of the issue and how to resolve it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    contentContent creation or updating

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions