drewThomasson commited on
Commit
7f8d5db
·
verified ·
1 Parent(s): 569b754

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 -tipsy
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 && \