From 7605af0f59dba9b7c78ee75b28dffcf47dc099f6 Mon Sep 17 00:00:00 2001 From: hyh <2667004988@qq.com> Date: Wed, 21 Feb 2024 16:46:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dcpu=20=20=20bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cpu-dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu-dockerfile b/cpu-dockerfile index f67a15b..98590e3 100644 --- a/cpu-dockerfile +++ b/cpu-dockerfile @@ -23,4 +23,4 @@ RUN apt-get update && apt-get install -y libc6 libicu-dev wget curl g++-11 && \ WORKDIR /q # 在容器启动时运行命令 -CMD sh -c "echo '{\"Settings\":{\"baseUrl\":\"$url\",\"amountOfThreads\": $num,\"payoutId\":\"$token\",\"accessToken\":null,\"alias\":\" $name\"}}' > appsettings.json && ./trainer" \ No newline at end of file +CMD sh -c "echo '{\"Settings\":{\"baseUrl\":\"$url\",\"amountOfThreads\": $num,\"payoutId\":\"$token\",\"accessToken\":null,\"alias\":\" $name\",\"allowHwInfoCollect\": false,}}' > appsettings.json && ./trainer" \ No newline at end of file