mirror of
https://github.com/neonbjb/tortoise-tts.git
synced 2026-02-18 05:34:41 +01:00
Merge pull request #698 from maierru/main
fixing `docker build` stage with ENV TORTOISE_MODELS_DIR error
This commit is contained in:
commit
3eee92a4c8
|
|
@ -15,7 +15,7 @@ ENV CONDA_DIR "${HOME}/miniconda"
|
|||
ENV PATH="$CONDA_DIR/bin":$PATH
|
||||
ENV CONDA_AUTO_UPDATE_CONDA=false
|
||||
ENV PIP_DOWNLOAD_CACHE="$HOME/.pip/cache"
|
||||
ENV TORTOISE_MODELS_DIR
|
||||
ENV TORTOISE_MODELS_DIR="$HOME/tortoise-tts/build/lib/tortoise/models"
|
||||
|
||||
RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O /tmp/miniconda3.sh \
|
||||
&& bash /tmp/miniconda3.sh -b -p "${CONDA_DIR}" -f -u \
|
||||
|
|
|
|||
Loading…
Reference in a new issue