machine-learning-exchange / mlx

Machine Learning eXchange (MLX). Data and AI Assets Catalog and Execution Engine
https://ml-exchange.org/
Apache License 2.0
205 stars 54 forks source link

Component detail view not rendering (wheel turning) #172

Closed romeokienzler closed 3 years ago

romeokienzler commented 3 years ago

Describe the bug

Component detail view not rendering (wheel turning)

To Reproduce

  1. open component detail view

Expected behavior

detail view showing up

Screenshots

https://user-images.githubusercontent.com/5694071/127918262-d4255f8c-e448-48e9-b578-520ca69a7f13.mp4

Environment

ckadner commented 3 years ago

Our mlexchange/mlx-api:nightly-main and mlexchange/mlx-ui:nightly-origin-main images had not been built and pushed to DockerHub during the past 3 weeks as we ran out of Travis credits.

I just pushed both images with the latest code. Can you do a docker compose pull and try again?

ckadner commented 3 years ago

@romeokienzler -- Tommy mentioned that the issue can be reproduced if the user is deploying MLX quickstart with old volumes that don't have the new schema.

Did you try pruning the volume after pulling a newer version of MLX?

Shut Down the Docker Containers

Press control + c on the Terminal to stop and then remove the containers:

docker compose down -v

Remove the Data Created by Minio and MySQL

docker volume prune -f