ML for Developers

This commit is contained in:
GokuMohandas
2023-07-26 04:53:11 -07:00
commit 776a75b010
54 changed files with 55464 additions and 0 deletions

12
deploy/cluster_env.yaml Normal file
View File

@@ -0,0 +1,12 @@
base_image: anyscale/ray:2.6.0-py310-cu118
env_vars: {}
debian_packages:
- curl
python:
pip_packages: []
conda_packages: []
post_build_cmds:
- python3 -m pip install --upgrade pip setuptools wheel
- python3 -m pip install -r https://raw.githubusercontent.com/GokuMohandas/Made-With-ML/main/requirements.txt