Skip to content

Commit

Permalink
feat: upgrade deps version
Browse files Browse the repository at this point in the history
  • Loading branch information
RealKai42 committed Jan 2, 2025
1 parent 156d853 commit dbec2bb
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ ENV LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl=7.68.0-1ubuntu2.25 \
linux-libc-dev && \
linux-libc-dev \
libcurl3-gnutls && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down
3 changes: 2 additions & 1 deletion assets/designer/environments/designer-cv/context/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ ENV LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl=7.68.0-1ubuntu2.25 \
linux-libc-dev && \
linux-libc-dev \
libcurl3-gnutls && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down
3 changes: 2 additions & 1 deletion assets/designer/environments/designer-io/context/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ ENV LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl=7.68.0-1ubuntu2.25 \
linux-libc-dev && \
linux-libc-dev \
libcurl3-gnutls && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ ENV LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl=7.68.0-1ubuntu2.25 \
linux-libc-dev && \
linux-libc-dev \
libcurl3-gnutls && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ ENV LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl=7.68.0-1ubuntu2.25 \
linux-libc-dev && \
linux-libc-dev \
libcurl3-gnutls && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down
3 changes: 2 additions & 1 deletion assets/designer/environments/designer-r/context/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ ENV LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl=7.68.0-1ubuntu2.25 \
linux-libc-dev && \
linux-libc-dev \
libcurl3-gnutls && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
- r-tidyverse=1.2.1
- r-timedate=3043.102
- r-tseries=0.10
- r=4.4.0
- r=3.5.1s
- libxcrypt=4.4
- setuptools=70
- cython=0.29.24
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ ENV LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl=7.68.0-1ubuntu2.25 \
linux-libc-dev && \
linux-libc-dev \
libcurl3-gnutls && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ ENV LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl=7.68.0-1ubuntu2.25 \
linux-libc-dev && \
linux-libc-dev \
libcurl3-gnutls && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ ENV LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl=7.68.0-1ubuntu2.25 \
linux-libc-dev && \
linux-libc-dev \
libcurl3-gnutls && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down
5 changes: 3 additions & 2 deletions assets/designer/environments/designer/context/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04:latest
FROM mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04:{{latest-image-tag}}
WORKDIR /

ENV CONDA_PREFIX=/azureml-envs/designer
Expand All @@ -12,7 +12,8 @@ ENV LD_LIBRARY_PATH=$CONDA_PREFIX/lib:$LD_LIBRARY_PATH
RUN apt-get update && \
apt-get install -y --no-install-recommends \
curl=7.68.0-1ubuntu2.25 \
linux-libc-dev && \
linux-libc-dev \
libcurl3-gnutls && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit dbec2bb

Please sign in to comment.