I want to use some AI model, main folder has cog.yaml file in it: build: gpu: true python_version: “3.8” system_packages: – “libgl1-mesa-glx” – “libglib2.0-0” python_packages: – “torchvision==0.9.0” – “torch==1.8.0” -…Read morepython – How to create conda env with yaml file