lchh5 / GeminiPro-Next-Web

Google Gemini Pro UI (Base on ChatGPT-Next-Web). 一键拥有你自己的跨平台 Gemini 应用。
https://chatgg.co
MIT License
177 stars 25 forks source link

[Bug] #2

Open huaxin233 opened 9 months ago

huaxin233 commented 9 months ago

不能在arm机器上部署吗? 用docker跑报错如下: WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

lchh5 commented 9 months ago

不能在arm机器上部署吗? 用docker跑报错如下: WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

我是在centos linux x86下编译的,不知道是不是这个关系,docker我不是太熟,我研究下看看

reply2future commented 8 months ago

https://github.com/lchh5/GeminiPro-Next-Web/blob/0b6ac65824732e239d3565caf2913b9060cd43f0/.github/workflows/docker.yml#L46

這裡加個linux/arm64/v8即可;或者pull code然後在arm的機器上面build鏡像;或者用這個鏡像