Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

cluster_env.yaml 319 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
  1. base_image: anyscale/ray:2.6.0-py310-cu118
  2. env_vars: {}
  3. debian_packages:
  4. - curl
  5. python:
  6. pip_packages: []
  7. conda_packages: []
  8. post_build_cmds:
  9. - python3 -m pip install --upgrade pip setuptools wheel
  10. - python3 -m pip install -r https://raw.githubusercontent.com/GokuMohandas/Made-With-ML/main/requirements.txt
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...