metaflow-ui icon indicating copy to clipboard operation
metaflow-ui copied to clipboard

How to set up metaflow ui locally on WSL2?

Open aliheh opened this issue 1 year ago • 0 comments

I wanted to set up metaflow ui locally on WSL2; but couldn't work it out.

These are the steps I tried for setting up;

  • git clone https://github.com/Netflix/metaflow-service.git && cd metaflow-service
  • docker-compose -f docker-compose.development.yml up
  • docker build --tag metaflow-ui:latest .
  • docker run -p 3000:3000 -e METAFLOW_SERVICE=http://localhost:8083/ metaflow-ui:latest

the last step shows the following error too;

metaflow_error

aliheh avatar Oct 16 '24 03:10 aliheh