Skip to content

Commit ddf2cea

Browse files
authored
Merge branch 'develop' into hotfix/cli-runner
2 parents 92cb03e + a1796c0 commit ddf2cea

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

components/cpp_component_build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ RUN --mount=type=tmpfs,target=/var/cache/apt \
4747
wget ca-certificates gnupg2 cmake make g++ libgtest-dev liblog4cxx-dev libboost-dev \
4848
libavcodec58 libavformat58 libswscale5 libopenblas0-pthread liblapacke; \
4949
# Can't set up cuda repo at the beginning because it requires wget ca-certificates gnupg2
50-
wget -O- https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/7fa2af80.pub \
50+
wget -O- https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/3bf863cc.pub \
5151
| apt-key add -; \
5252
echo "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 /" \
5353
> /etc/apt/sources.list.d/cuda.list; \

components/cpp_executor/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN --mount=type=tmpfs,target=/var/cache/apt \
4646
apt-get install --no-install-recommends -y \
4747
python3.8 libpython3.8 wget ca-certificates gnupg2; \
4848
# Can't set up cuda repo at the beginning because it requires wget ca-certificates gnupg2
49-
wget -O- https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/7fa2af80.pub \
49+
wget -O- https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/3bf863cc.pub \
5050
| apt-key add -; \
5151
echo "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 /" \
5252
> /etc/apt/sources.list.d/cuda.list; \

openmpf_build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ RUN --mount=type=tmpfs,target=/var/cache/apt \
5555
libopenblas-dev liblapacke-dev libavcodec-dev libavcodec-extra libavformat-dev \
5656
libavutil-dev libswscale-dev libavresample-dev libharfbuzz-dev libfreetype-dev; \
5757
# Can't set up cuda repo at the beginning because it requires wget ca-certificates gnupg2
58-
wget -O- https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/7fa2af80.pub \
58+
wget -O- https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/3bf863cc.pub \
5959
| apt-key add -; \
6060
echo "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64 /" \
6161
> /etc/apt/sources.list.d/cuda.list; \

0 commit comments

Comments
 (0)