We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19122c1 commit 0c885f0Copy full SHA for 0c885f0
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM nvidia/cuda:12.6.3-runtime-ubuntu22.04
+FROM nvidia/cuda:12.8.1-runtime-ubuntu22.04
2
3
# Set timezone and configure non-interactive installation
4
ENV DEBIAN_FRONTEND=noninteractive
pyproject.toml
@@ -16,7 +16,8 @@ dependencies = [
16
"langcodes",
17
"language_data",
18
"packaging",
19
- "librosa>=0.10.0",
+ "librosa>=0.10.2",
20
+ "numba>=0.59.0",
21
"swift-f0",
22
"pydub",
23
"demucs",
0 commit comments