dusty-nv / jetson-containers

Machine Learning Containers for NVIDIA Jetson and JetPack-L4T
MIT License
2.18k stars 446 forks source link

Audiocraft Dockerfile Dependency & RUN pip instruction #492

Closed martinerk0 closed 5 months ago

martinerk0 commented 5 months ago

Why is there opencv dependency in Audiocraft Dockerfile? 🤔

https://github.com/dusty-nv/jetson-containers/blob/97fd4fcc3a896a9074dbeef6e78cf01a910d944b/packages/audio/audiocraft/Dockerfile#L4

Also, why do you try to install torch here? It is literally first dependency 😧

https://github.com/dusty-nv/jetson-containers/blob/97fd4fcc3a896a9074dbeef6e78cf01a910d944b/packages/audio/audiocraft/Dockerfile#L27