Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Dockerfile generation (#2473)
* chore: remove docker manager Signed-off-by: Aaron Pham <[email protected]> * chore: add platforms detection dockerfile Signed-off-by: Aaron Pham <[email protected]> * chore: wip Signed-off-by: Aaron Pham <[email protected]> * feat(wip): add templates and skafold Signed-off-by: Aaron Pham <[email protected]> * chore: wip Signed-off-by: Aaron Pham <[email protected]> * chore: merge with runners-1.0 Signed-off-by: Aaron Pham <[email protected]> * chore: add dependencies Signed-off-by: Aaron Pham <[email protected]> * feat: supports buildx for alpine bentos Signed-off-by: Aaron Pham <[email protected]> * feat: add alpine-miniconda Signed-off-by: Aaron Pham <[email protected]> * chore: wip refactor ugly code Signed-off-by: Aaron Pham <[email protected]> * chore: entrypoint for templates instead of per distros Signed-off-by: Aaron Pham <[email protected]> * feat: finish setting correct cuda dependencies per distro Signed-off-by: Aaron Pham <[email protected]> * chore: wip instruction set for cuda, need a break Signed-off-by: Aaron Pham <[email protected]> * feat: supports cuda type alias and v10.2.89\n\nnote: continue working on support cuda11 Signed-off-by: Aaron Pham <[email protected]> * chore: add suports for CUDA11 and bashrc Signed-off-by: Aaron Pham <[email protected]> * chore: remove bashrc Signed-off-by: Aaron Pham <[email protected]> * fix: bash initialization for alpine Signed-off-by: Aaron Pham <[email protected]> * feat: cleanup and PR is finished Signed-off-by: Aaron Pham <[email protected]> * chore: wip Signed-off-by: Aaron Pham <[email protected]> * chore: wip Signed-off-by: Aaron Pham <[email protected]> * chore: init new templates Signed-off-by: Aaron Pham <[email protected]> * feat: support alpine Signed-off-by: Aaron Pham <[email protected]> * feat: amazonlinux supports 3.7 and 3.8 Signed-off-by: Aaron Pham <[email protected]> * feat: supports all required images Signed-off-by: Aaron Pham <[email protected]> * chore: updates wip Signed-off-by: Aaron Pham <[email protected]> * feat(DockerOptions): supports parsigin envars as file Signed-off-by: Aaron Pham <[email protected]> * revert: cherry-pick docker frontend changes (will address in a different PR) Signed-off-by: Aaron Pham <[email protected]> * chore: apply sauyon reviews Co-authored-by: Sauyon Lee <[email protected]> Signed-off-by: Aaron Pham <[email protected]> * chore(types): annotation for kwargs_transformers Signed-off-by: Aaron Pham <[email protected]> * chore: address some changes Signed-off-by: Aaron Pham <[email protected]> * chore: finish Signed-off-by: Aaron Pham <[email protected]> * chore: address type chore: import TypeAlias for python < 3.10 Signed-off-by: Aaron Pham <[email protected]> * chore: fix path Signed-off-by: Aaron Pham <[email protected]> * chore: enable buildkit for ubuntu only Signed-off-by: Aaron Pham <[email protected]> * Update bentoml/_internal/bento/build_config.py Co-authored-by: Sauyon Lee <[email protected]> * Update bentoml/_internal/bento/build_dev_bentoml_whl.py Co-authored-by: Sauyon Lee <[email protected]> * Update bentoml/_internal/bento/build_dev_bentoml_whl.py Co-authored-by: Sauyon Lee <[email protected]> * chore: address sauyon changes Signed-off-by: Aaron Pham <[email protected]> * chore: fix unit Signed-off-by: Aaron Pham <[email protected]> * chore: fix typo Signed-off-by: Aaron Pham <[email protected]> * Update bentoml/_internal/bento/build_config.py * Update bentoml/_internal/bento/build_dev_bentoml_whl.py * Update bentoml/_internal/bento/build_dev_bentoml_whl.py * chore: add warnings Signed-off-by: Aaron Pham <[email protected]> * chore: fmt Signed-off-by: Aaron Pham <[email protected]> Co-authored-by: Sauyon Lee <[email protected]>
- Loading branch information