File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ COPY requirements/tf.txt /tmp/requirements/tf.txt
7070# ==================================================================
7171# Miniconda
7272# ------------------------------------------------------------------
73- RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-py311_24.9.2-0 -Linux-x86_64.sh -O ~/miniconda.sh && \
73+ RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-py311_25.1.1-2 -Linux-x86_64.sh -O ~/miniconda.sh && \
7474 /bin/bash ~/miniconda.sh -b -p /opt/conda && \
7575 rm ~/miniconda.sh && \
7676 ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && \
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ COPY libdevice_fix.sh /tmp/libdevice_fix.sh
6060# ==================================================================
6161# Miniconda
6262# ------------------------------------------------------------------
63- RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-py311_24.9.2-0 -Linux-x86_64.sh -O ~/miniconda.sh && \
63+ RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-py311_25.1.1-2 -Linux-x86_64.sh -O ~/miniconda.sh && \
6464 /bin/bash ~/miniconda.sh -b -p /opt/conda && \
6565 rm ~/miniconda.sh && \
6666 ln -s /opt/conda/etc/profile.d/conda.sh /etc/profile.d/conda.sh && \
Original file line number Diff line number Diff line change 1- apolo-all==24.11.1
1+ apolo-all==25.1.0
Original file line number Diff line number Diff line change 1- apolo-all==24.11.1
2- awscli==1.36.4
1+ apolo-all==25.1.0
2+ awscli==1.38.14
You can’t perform that action at this time.
0 commit comments