From 24ab19aae95542cd213881b9c3a816e93e0e25b3 Mon Sep 17 00:00:00 2001 From: ARCW <34829404+ARC-MX@users.noreply.github.com> Date: Fri, 7 Jun 2024 01:35:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile-for-github-acti?= =?UTF-8?q?on?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile-for-github-action | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile-for-github-action b/Dockerfile-for-github-action index c200ce8..940c44b 100644 --- a/Dockerfile-for-github-action +++ b/Dockerfile-for-github-action @@ -21,7 +21,7 @@ RUN apt-get --allow-releaseinfo-change update \ RUN cd /tmp \ && python3 -m pip install --upgrade pip -COPY <<-"EOT" targetarch.sh +COPY <<-EOT ./targetarch.sh if ["$TARGETARCH" = "arm"]; then \ cd /tmp \ && curl -O -L https://github.com/nknytk/built-onnxruntime-for-raspberrypi-linux/blob/master/wheels/bullseye/onnxruntime-1.16.0-cp39-cp39-linux_armv7l.whl \ @@ -35,7 +35,7 @@ COPY <<-"EOT" targetarch.sh fi EOT -ENTRYPOINT targetarch.sh +ENTRYPOINT bash ./targetarch.sh RUN cd /tmp \ && PIP_ROOT_USER_ACTION=ignore pip install \