uptrain icon indicating copy to clipboard operation
uptrain copied to clipboard

docker setting for not x86 architecture

Open DrinkingMilktea opened this issue 2 months ago • 0 comments

Pull Request Template

Type of Change

Please delete options that are not relevant.

  • [x] Bug fix (non-breaking change which fixes an issue)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • [ ] This change requires a documentation update

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

  • [x] I have read the CONTRIBUTING document.
  • [x] My code follows the code style (BLACK) of this project.
  • [x] I have added tests to cover my changes.
  • [ ] All new and existing tests passed.
  • [ ] I have updated the documentation accordingly.
  • [ ] I have added an appropriate CHANGELOG entry.

Author's Note

Please pay attention to the arm architecture.

DrinkingMilktea avatar Apr 22 '24 07:04 DrinkingMilktea