From 6444cad283b2702813d90a44a019dab1922abde9 Mon Sep 17 00:00:00 2001 From: anakinxc <103552181+anakinxc@users.noreply.github.com> Date: Fri, 8 Dec 2023 21:10:18 +0800 Subject: [PATCH] Update heu-ci.DockerFile --- dockerfiles/heu-ci.DockerFile | 1 - 1 file changed, 1 deletion(-) diff --git a/dockerfiles/heu-ci.DockerFile b/dockerfiles/heu-ci.DockerFile index 3b8a651..d0a374b 100644 --- a/dockerfiles/heu-ci.DockerFile +++ b/dockerfiles/heu-ci.DockerFile @@ -4,4 +4,3 @@ FROM secretflow/ubuntu-base-ci:latest # install Rust RUN curl https://sh.rustup.rs -sSf | sh -s -- -y -