Spaces:
Runtime error
Runtime error
Commit
·
25aeba6
1
Parent(s):
a22c130
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -79,7 +79,7 @@ RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://raw.githubuser
|
|
79 |
RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://raw.githubusercontent.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/main/infer_pack/transforms.py -d /content/infer_pack -o transforms.py
|
80 |
|
81 |
# download library infer_pipeline.py
|
82 |
-
RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/spaces/DJQmUKV/rvc-inference/raw/main/vc_infer_pipeline.py -d /content -o vc_infer_pipeline.py
|
83 |
|
84 |
# download library config.py and util.py
|
85 |
RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/spaces/DJQmUKV/rvc-inference/raw/main/config.py -d /content -o config.py
|
|
|
79 |
RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://raw.githubusercontent.com/fumiama/Retrieval-based-Voice-Conversion-WebUI/main/infer_pack/transforms.py -d /content/infer_pack -o transforms.py
|
80 |
|
81 |
# download library infer_pipeline.py
|
82 |
+
#RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/spaces/DJQmUKV/rvc-inference/raw/main/vc_infer_pipeline.py -d /content -o vc_infer_pipeline.py
|
83 |
|
84 |
# download library config.py and util.py
|
85 |
RUN aria2c --console-log-level=error -c -x 16 -s 16 -k 1M https://huggingface.co/spaces/DJQmUKV/rvc-inference/raw/main/config.py -d /content -o config.py
|