File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y \
1313
1414RUN python3 -m pip install --upgrade pip
1515
16- # Install the GPU version of audio-separator, which installs the CUDA 11 compatible version of ONNXRuntime
16+ # Install the GPU version of audio-separator, which installs the CUDA 11 compatible version of ONNXRuntime
1717# (the default CUDA version for ORT is 11.8, see https://onnxruntime.ai/docs/install/ for more info)
1818RUN --mount=type=cache,target=/root/.cache \
1919 pip3 install "audio-separator[gpu]"
Original file line number Diff line number Diff line change @@ -2,11 +2,10 @@ name: audio-separator-dev
22channels :
33 - conda-forge
44dependencies :
5- - python >=3.9
5+ - python >=3.10
66 - anaconda-client
77 - conda-build
88 - conda-verify
99 - pip >=23.2.1
1010 - poetry
1111 - hatchling
12-
You can’t perform that action at this time.
0 commit comments