worlabel/ai/environment.yml
2024-10-04 11:36:21 +09:00

23 lines
325 B
YAML

name: worlabel_ai_env
channels:
- conda-forge
- pytorch
- nvidia
- defaults
dependencies:
- python=3.10.10
- pytorch=2.3.1
- torchvision=0.18.1
- torchaudio=2.3.1
- pytorch-cuda=12.1
- fastapi
- uvicorn
- ultralytics
- dill
- boto3
- python-dotenv
- locust
- websockets
- httpx
- psutil