Skip to content

Commit 0c885f0

Browse files
committed
try fix docker
1 parent 19122c1 commit 0c885f0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM nvidia/cuda:12.6.3-runtime-ubuntu22.04
1+
FROM nvidia/cuda:12.8.1-runtime-ubuntu22.04
22

33
# Set timezone and configure non-interactive installation
44
ENV DEBIAN_FRONTEND=noninteractive

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ dependencies = [
1616
"langcodes",
1717
"language_data",
1818
"packaging",
19-
"librosa>=0.10.0",
19+
"librosa>=0.10.2",
20+
"numba>=0.59.0",
2021
"swift-f0",
2122
"pydub",
2223
"demucs",

0 commit comments

Comments
 (0)