4 lines
93 B
Docker
4 lines
93 B
Docker
FROM vllm/vllm-openai:latest
|
|
|
|
RUN python3 -m pip install --no-cache-dir av soundfile librosa
|