Skip to content

Commit 8636580

Browse files
Bump apolo deps (#587)
* Bump apolo deps * bump conda
1 parent dba78e5 commit 8636580

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 && \

Dockerfile.minimal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 && \

requirements/pipx.minimal.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
apolo-all==24.11.1
1+
apolo-all==25.1.0

requirements/pipx.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
apolo-all==24.11.1
2-
awscli==1.36.4
1+
apolo-all==25.1.0
2+
awscli==1.38.14

0 commit comments

Comments
 (0)