You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I want to run this project to try out the UI service with metaflow-ui. I tried the following approaches:
$ docker compose up -d
Error response from daemon: No such image: metadata_service:latest
Is the image private or something like that? I tried to build the metadata-service from the Dockerfile (docker image build -t "metadata-service" -f "Dockerfile.metadata_service") and then use it with the docker compose, but it didn't work. However the production image doesn't seem to have the UI service, at least from what I understand.
I also tried the development buidl:
$ MF_METADATA_PORT=8090 docker compose -f docker-compose.development.yml up -d
I needed to switch ports because 8080 is occupied by Jenkins. This worked, however when I tried to view any website, it returns 404, even when I go inside the container and execute it there.
Can you help me to tell me what I'm doing wrong? I just need to get Metaflow-UI service working to get working Metaflow UI.
Repo: Tried both current master and last release repo.
Docker version: 23.0.0
System: Rocky Linux 8
The text was updated successfully, but these errors were encountered:
You can pull the image from docker hub: https://hub.docker.com/r/netflixoss/metaflow_metadata_service. You build and tag the image locally and then specify it in the docker-compose.yml. For testing purposes you also specify the image location as the remote url. Example below:
Hello, I want to run this project to try out the UI service with metaflow-ui. I tried the following approaches:
Is the image private or something like that? I tried to build the metadata-service from the Dockerfile (
docker image build -t "metadata-service" -f "Dockerfile.metadata_service"
) and then use it with the docker compose, but it didn't work. However the production image doesn't seem to have the UI service, at least from what I understand.I also tried the development buidl:
I needed to switch ports because 8080 is occupied by Jenkins. This worked, however when I tried to view any website, it returns 404, even when I go inside the container and execute it there.
Can you help me to tell me what I'm doing wrong? I just need to get Metaflow-UI service working to get working Metaflow UI.
The text was updated successfully, but these errors were encountered: