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