I followed tutorial to learn mlrun and ran mlrun containers locally by mlrun compose.yaml.
https://docs.mlrun.org/en/latest/tutorial/01-mlrun-basics.html
The only difference that I did from tutorial is that set environment at beginning.
import mlrun
mlrun.set_environment("http://localhost:8080", artifact_path="./")
But I got 403 error (message: MLRunAccessDeniedError('Unauthorized path')) when see confusion-matrix.html and other html pages, but it is okay to see parquet file.
Tried to change the file permissions to 755 but still get 403.