Closed gecube closed 2 months ago
mlflow issue related to mysql defaults:
mysql> SHOW FULL COLUMNS FROM model_version_tags;
+---------+---------------+-------------------+------+-----+---------+-------+---------------------------------+---------+
| Field | Type | Collation | Null | Key | Default | Extra | Privileges | Comment |
+---------+---------------+-------------------+------+-----+---------+-------+---------------------------------+---------+
| key | varchar(250) | latin1_swedish_ci | NO | PRI | NULL | | select,insert,update,references | |
| value | varchar(5000) | latin1_swedish_ci | YES | | NULL | | select,insert,update,references | |
| name | varchar(256) | latin1_swedish_ci | NO | PRI | NULL | | select,insert,update,references | |
| version | int | NULL | NO | PRI | NULL | | select,insert,update,references | |
+---------+---------------+-------------------+------+-----+---------+-------+---------------------------------+---------+
4 rows in set (0.01 sec)
Good day!
If I am trying to run the proposed reference docker-compose, I see that not all services are running. Like migrations for mysql
and mlflow.
Looking for some assistance.
P.S. I am trying to run the d-c on Mac Intel x64.