Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -15,7 +15,7 @@ ENV CONDA_DIR "${HOME}/miniconda"
|
|
15 |
ENV PATH="$CONDA_DIR/bin":$PATH
|
16 |
ENV CONDA_AUTO_UPDATE_CONDA=false
|
17 |
ENV PIP_DOWNLOAD_CACHE="$HOME/.pip/cache"
|
18 |
-
ENV TORTOISE_MODELS_DIR
|
19 |
|
20 |
RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O /tmp/miniconda3.sh \
|
21 |
&& bash /tmp/miniconda3.sh -b -p "${CONDA_DIR}" -f -u \
|
|
|
15 |
ENV PATH="$CONDA_DIR/bin":$PATH
|
16 |
ENV CONDA_AUTO_UPDATE_CONDA=false
|
17 |
ENV PIP_DOWNLOAD_CACHE="$HOME/.pip/cache"
|
18 |
+
ENV TORTOISE_MODELS_DIR=/app/tortoise/models
|
19 |
|
20 |
RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O /tmp/miniconda3.sh \
|
21 |
&& bash /tmp/miniconda3.sh -b -p "${CONDA_DIR}" -f -u \
|