Giter Club home page Giter Club logo

Comments (11)

sgr997 avatar sgr997 commented on June 11, 2024

服务器是2h2g的
Linux VM-4-10-centos 3.10.0-1127.19.1.el7.x86_64 #1 SMP Tue Aug 25 17:23:54 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

from pandoranext-helper.

nianhua99 avatar nianhua99 commented on June 11, 2024

docker 什么版本

from pandoranext-helper.

sgr997 avatar sgr997 commented on June 11, 2024

docker 什么版本

Docker version 19.03.9

from pandoranext-helper.

xiaohuangtx avatar xiaohuangtx commented on June 11, 2024

我也遇到了这个问题

Docker version 20.10.6, build 370c289

Linux VM-8-6-centos 3.10.0-1160.11.1.el7.x86_64 #1 SMP Fri Dec 18 16:34:56 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

报错:
2024-01-15 19:15:45.345 | WARNING | app:check_require_config:92 - 未检测到hcaptcha验证码配置,建议您开启验证码 Traceback (most recent call last): File "/usr/local/bin/waitress-serve", line 8, in sys.exit(run()) File "/usr/local/lib/python3.9/site-packages/waitress/runner.py", line 283, in run app = resolve(module, obj_name) File "/usr/local/lib/python3.9/site-packages/waitress/runner.py", line 218, in resolve obj = import(module_name, fromlist=segments[:1]) File "/app/app.py", line 118, in scheduler.start() File "/usr/local/lib/python3.9/site-packages/flask_apscheduler/scheduler.py", line 103, in start self._scheduler.start(paused=paused) File "/usr/local/lib/python3.9/site-packages/apscheduler/schedulers/background.py", line 38, in start self._thread.start() File "/usr/local/lib/python3.9/threading.py", line 899, in start _start_new_thread(self._bootstrap, ()) RuntimeError: can't start new thread

from pandoranext-helper.

sgr997 avatar sgr997 commented on June 11, 2024

docker 什么版本

@nianhua99 应该是dockerfile的FROM有些问题,我自己找了个python3.9的镜像作为FROM基础镜像,build后在服务器部署没问题,但我找这个太大了,build完后有 700MB
image

from pandoranext-helper.

nianhua99 avatar nianhua99 commented on June 11, 2024

docker 什么版本

@nianhua99 应该是dockerfile的FROM有些问题,我自己找了个python3.9的镜像作为FROM基础镜像,build后在服务器部署没问题,但我找这个太大了,build完后有 700MB image

试下 python:3.9-slim-bullseye 作为基础镜像

from pandoranext-helper.

daomengRen avatar daomengRen commented on June 11, 2024

docker 什么版本

@nianhua99 应该是dockerfile的FROM有些问题,我自己找了个python3.9的镜像作为FROM基础镜像,build后在服务器部署没问题,但我找这个太大了,build完后有 700MB image

我也有这个问题,docker版本19.03.14,求大佬分享新的docker 镜像

from pandoranext-helper.

sgr997 avatar sgr997 commented on June 11, 2024

docker 什么版本

@nianhua99 应该是dockerfile的FROM有些问题,我自己找了个python3.9的镜像作为FROM基础镜像,build后在服务器部署没问题,但我找这个太大了,build完后有 700MB image

我也有这个问题,docker版本19.03.14,求大佬分享新的docker 镜像

呃,我打包的在我阿里云私有仓库里,我看下能不能分享

from pandoranext-helper.

sgr997 avatar sgr997 commented on June 11, 2024

docker 什么版本

@nianhua99 应该是dockerfile的FROM有些问题,我自己找了个python3.9的镜像作为FROM基础镜像,build后在服务器部署没问题,但我找这个太大了,build完后有 700MB image

我也有这个问题,docker版本19.03.14,求大佬分享新的docker 镜像

试试能拉到吗
docker run -d --restart=always --name PandoraNext-Helper --net=bridge -p 8182:8182 -v <YOUR_PANDORA_NEXT_PATH>:/data -e PANDORA_NEXT_DOMAIN="<YOUR_PANDORA_NEXT_DOMAIN>" registry.cn-hangzhou.aliyuncs.com/zxp_learn/helper:v0.7.0_rc1

from pandoranext-helper.

sgr997 avatar sgr997 commented on June 11, 2024

docker 什么版本

@nianhua99 应该是dockerfile的FROM有些问题,我自己找了个python3.9的镜像作为FROM基础镜像,build后在服务器部署没问题,但我找这个太大了,build完后有 700MB image

试下 python:3.9-slim-bullseye 作为基础镜像

这个我在我本地打包试的也是不行
我本地系统是macos 13.5.1,Docker version 20.10.17

from pandoranext-helper.

daomengRen avatar daomengRen commented on June 11, 2024

docker 什么版本

@nianhua99 应该是dockerfile的FROM有些问题,我自己找了个python3.9的镜像作为FROM基础镜像,build后在服务器部署没问题,但我找这个太大了,build完后有 700MB image

我也有这个问题,docker版本19.03.14,求大佬分享新的docker 镜像

试试能拉到吗 docker run -d --restart=always --name PandoraNext-Helper --net=bridge -p 8182:8182 -v <YOUR_PANDORA_NEXT_PATH>:/data -e PANDORA_NEXT_DOMAIN="<YOUR_PANDORA_NEXT_DOMAIN>" registry.cn-hangzhou.aliyuncs.com/zxp_learn/helper:v0.7.0_rc1

谢谢大佬,这个成功运行了

from pandoranext-helper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.