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

environment.yml 486 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
13
14
15
16
17
18
19
20
21
22
23
24
25
  1. name: gif_analyzer
  2. channels:
  3. - conda-forge
  4. dependencies:
  5. - python=3.10
  6. - pip
  7. - terraform
  8. - pip:
  9. - --extra-index-url https://pypi.nvidia.com
  10. - ipykernel
  11. - pandas
  12. - scikit-learn
  13. - seaborn
  14. - uvicorn[standard]
  15. - tensorflow[and-cuda]==2.15.0
  16. - tf2onnx==1.15.1
  17. - dagshub
  18. - mlflow
  19. - boto3
  20. - pytest
  21. - ruff
  22. - mypy
  23. - pre-commit
  24. - -r layers/api/requirements.txt
  25. - -r layers/core/requirements.txt
Tip!

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

Comments

Loading...