From e115bd8517a82a7c814f6579b960a928aef76ef7 Mon Sep 17 00:00:00 2001 From: xlliu-scitix Date: Sun, 21 Dec 2025 08:39:06 +0000 Subject: [PATCH] fix bugs --- docker/Dockerfile.cuda12.x.ubuntu20.04 | 2 +- docker/Dockerfile.cuda13.x.ubuntu22.04 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile.cuda12.x.ubuntu20.04 b/docker/Dockerfile.cuda12.x.ubuntu20.04 index efe1a62..c3122e6 100644 --- a/docker/Dockerfile.cuda12.x.ubuntu20.04 +++ b/docker/Dockerfile.cuda12.x.ubuntu20.04 @@ -47,7 +47,7 @@ RUN mv /etc/apt/sources.list.d/cuda*.list /tmp/disabled-cuda.list || true && \ apt-get install -y --no-install-recommends \ build-essential gcc g++ curl git wget ca-certificates \ make automake autoconf libtool pkg-config \ - python3 python3-pip gzip xz-utils && \ + python3 python3-pip gzip xz-utils makeself && \ rm -rf /var/lib/apt/lists/* # ------------------------- diff --git a/docker/Dockerfile.cuda13.x.ubuntu22.04 b/docker/Dockerfile.cuda13.x.ubuntu22.04 index 1ca8a1c..b42a9a7 100644 --- a/docker/Dockerfile.cuda13.x.ubuntu22.04 +++ b/docker/Dockerfile.cuda13.x.ubuntu22.04 @@ -46,7 +46,7 @@ RUN apt-get -o Acquire::http::No-Cache=true update && \ apt-get install -y --no-install-recommends \ build-essential gcc g++ curl git wget ca-certificates \ make automake autoconf libtool pkg-config \ - python3 python3-pip gzip xz-utils && \ + python3 python3-pip gzip xz-utils makeself && \ rm -rf /var/lib/apt/lists/* # -------------------------