weigeloveu

Results 39 comments of weigeloveu

> The build I did yesterday was on Debian Bullseye x86_64 based box. Docker is the from docker-ce package `5:20.10.21~3-0~debian-bullseye` > > I'm actually running a new one. The Repo...

> No nothing need to be changed. > > So on Debian Bullseye AMD64 the build succeeds. > > In Docker Desktop the build of SQLite in fact fails also...

> Unfortunately, I have exactly the same problem. Have you found a solution in the time since? no,but old version still works,nothing could too do but to wait update

> As temporary fix. In `Dockerfile` replace `RUN npm i \ && mv ./node_modules/@types/jsonstream ./node_modules/@types/JSONStream` with `RUN rm -rf /app/node_modules/chownr \ && npm i \ && mv ./node_modules/@types/jsonstream ./node_modules/@types/JSONStream` thanks,its...

附议一下,现在需要给up主单独建立文件夹

> 如果没有开启稍后再看,那 watch_later 里没数据是正常的。 > > 目前 up 主 id 需要手动输入,那我感觉输入的时候给目标路径手动加个 /xxx 应该也能接受?我现在是这样配置的: > > ![Image](https://github.com/user-attachments/assets/92e187cd-d8a6-4818-8ab8-a4cc8f590f50) > > 另外后面的这个目录不需要提前创建好,程序下载过程会自动把需要的目录层级创建出来。 已经配置了稍后再看,下载文件夹里边已经有视频了... 我之前版本测试的时候只配置到bilibilis这个层级的话多个up的视频会混在一起,后边就改成跟您这种配置了. 我的意思是可否改成贴入主页地址,自动提取id,然后投稿这个层级的目录也自动创建

> Yes, it can run without internet. > > Unless you are downloading new voices. > > Could you share a reproducible example? ``` INFO: 127.0.0.1:55833 - "GET /audio/tts_8f17ebf7-1799-4869-ab89-4e43c7c95e17.wav HTTP/1.1"...

> Change service.environment in docker/docker-compose-base.yml : environment: - node.name=es01 - ELASTIC_PASSWORD=${ELASTIC_PASSWORD} - bootstrap.memory_lock=false - discovery.type=single-node - xpack.security.enabled=true - xpack.security.http.ssl.enabled=false - xpack.security.transport.ssl.enabled=false - cluster.routing.allocation.disk.watermark.low=5gb - cluster.routing.allocation.disk.watermark.high=3gb - cluster.routing.allocation.disk.watermark.flood_stage=2gb - TZ=${TIMEZONE} -...

> The approach in this thread worked for my M4 chip: > > [#5038 (comment)](https://github.com/infiniflow/ragflow/issues/5038#issuecomment-2683767901) > > add to: .env file under docker directory > > _JAVA_OPTIONS=-XX:UseSVE=0 OPENBLAS_CORETYPE=generic NUMBA_DISABLE_JIT=1 thanks,its...

> What about this: > > ``` > docker build --build-arg ARCH=arm64 -f Dockerfile -t infiniflow/ragflow:nightly . > ``` thx,i tried but still cant build ``` => ERROR [base 15/15]...