From c137ed08c2a0a3359ac809dab71e0082ef154a08 Mon Sep 17 00:00:00 2001 From: hjh0119 Date: Thu, 15 Jan 2026 20:33:27 +0800 Subject: [PATCH] docker zstd --- docker/Dockerfile.ubuntu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile.ubuntu b/docker/Dockerfile.ubuntu index b99ea2ef..6e46e9e9 100644 --- a/docker/Dockerfile.ubuntu +++ b/docker/Dockerfile.ubuntu @@ -6,7 +6,7 @@ ENV arch=x86_64 COPY docker/scripts/modelscope_env_init.sh /usr/local/bin/ms_env_init.sh RUN apt-get update && \ - apt-get install -y libsox-dev unzip libaio-dev zip iputils-ping telnet sudo git net-tools && \ + apt-get install -y libsox-dev unzip libaio-dev zip iputils-ping telnet sudo git net-tools zstd libzstd-dev && \ apt-get clean && \ rm -rf /var/lib/apt/lists/*