Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y \
|
|
13 |
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh && \
|
14 |
bash miniconda.sh -b -p /opt/conda && \
|
15 |
rm miniconda.sh && \
|
16 |
-
/opt/conda/bin/conda clean
|
17 |
|
18 |
# Create and activate the Python 3.12 environment
|
19 |
RUN conda create -y -n py312 python=3.12 && \
|
|
|
13 |
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh && \
|
14 |
bash miniconda.sh -b -p /opt/conda && \
|
15 |
rm miniconda.sh && \
|
16 |
+
/opt/conda/bin/conda clean --all --yes
|
17 |
|
18 |
# Create and activate the Python 3.12 environment
|
19 |
RUN conda create -y -n py312 python=3.12 && \
|