mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-27 21:45:28 +08:00
Fix Wget
This commit is contained in:
parent
15bc02489f
commit
982dd5c35c
@ -38,7 +38,7 @@ RUN if [ "$WGET_SHOW_PROGRESS" = "0" ]; then \
|
|||||||
|
|
||||||
ENV $(cat /env.list)
|
ENV $(cat /env.list)
|
||||||
|
|
||||||
RUN $WGET_CMD -O anaconda.sh "https://repo.anaconda.com/archive/Anaconda3-2024.10-1-Linux-x86_64.sh" && \
|
RUN eval "$WGET_CMD -O anaconda.sh https://repo.anaconda.com/archive/Anaconda3-2024.10-1-Linux-x86_64.sh" && \
|
||||||
bash anaconda.sh -b -p /root/anaconda3 && \
|
bash anaconda.sh -b -p /root/anaconda3 && \
|
||||||
rm anaconda.sh
|
rm anaconda.sh
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user