uptrain-ai / uptrain

UpTrain is an open-source unified platform to evaluate and improve Generative AI applications. We provide grades for 20+ preconfigured checks (covering language, code, embedding use-cases), perform root cause analysis on failure cases and give insights on how to resolve them.
https://uptrain.ai/
Apache License 2.0
2.09k stars 174 forks source link

docker setting for not x86 architecture #692

Closed DrinkingMilktea closed 1 month ago

DrinkingMilktea commented 2 months ago

Pull Request Template

Type of Change

Please delete options that are not relevant.

Description

I encountered the following issue: This problem occurs on Apple's M series laptops because the docker image does not support multi-architecture. I added the build option to the compose yaml file.

https://github.com/uptrain-ai/uptrain/issues/691

Fixes # (issue) add build option in docker-compose yaml file. rename DockerFile to Dockerfile for detect automatically by docker command.

Checklist

Author's Note

Please pay attention to the arm architecture.