metaflow-ui
metaflow-ui copied to clipboard
How to set up metaflow ui locally on WSL2?
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;