Spaces:
Paused
Paused
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -39,7 +39,7 @@ RUN mkdir $HOME/.cache $HOME/.config \
|
|
| 39 |
|
| 40 |
# Set up the Conda environment
|
| 41 |
ENV CONDA_AUTO_UPDATE_CONDA=false \
|
| 42 |
-
|
| 43 |
RUN curl -sLo ~/miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-py39_4.10.3-Linux-x86_64.sh \
|
| 44 |
&& chmod +x ~/miniconda.sh \
|
| 45 |
&& ~/miniconda.sh -b -p ~/miniconda \
|
|
|
|
| 39 |
|
| 40 |
# Set up the Conda environment
|
| 41 |
ENV CONDA_AUTO_UPDATE_CONDA=false \
|
| 42 |
+
PATH=$HOME/miniconda/bin:$PATH
|
| 43 |
RUN curl -sLo ~/miniconda.sh https://repo.continuum.io/miniconda/Miniconda3-py39_4.10.3-Linux-x86_64.sh \
|
| 44 |
&& chmod +x ~/miniconda.sh \
|
| 45 |
&& ~/miniconda.sh -b -p ~/miniconda \
|