Dosion
Dosion
lobehub在unraid中,使用bond0网络,docker run运行,ip为192.168.50.152:3210,同时ollama,使用bond0网络,docker run运行,使用bond0网络,ip为192.168.50.151:11434, 我已经使用了npm代理了ollama,代理地址示例为:ollama.xxxx.com. 而且告诉我Ollama is running, 当我在设置页面检查ollama,接口代理地址设置为https://ollama.xxxx.com/v1,告诉我未检测到 Ollama 服务,请检查是否正常启动 Show Details json { "host": "ollama.xxx.com", "message": "please check whether your ollama service is available", "provider": "ollama" } 由于我在unraid中运行,使用的是bond0网络, 我需要怎么做?还是说我需要使用host网络运行。
  这是我在unraid中的配置,他们是可以单独运行的,同时已经按照官网的要求代理了,配置如下: location / { proxy_pass $forward_scheme://$server:$port; proxy_set_header Host $http_host; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header X-Forwarded-For $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Host $http_host; proxy_set_header X-Forwarded-Proto...
> > Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑🤝🧑👫🧑🏿🤝🧑🏻👩🏾🤝👨🏿👬🏿 > > > Connectivity check fails, but actually works > > Yes, the detection keeps...
#!/bin/bash # 定义Docker容器的名称 DOCKER_CONTAINERS=("qbittorrent" "nas-tools" "transmission" "xiaoyaliu" "MoviePilot") # 获取当前小时(24小时制) CURRENT_HOUR=$(date +"%H") # 获取当前分钟 CURRENT_MINUTE=$(date +"%M") # 日志文件路径 LOG_FILE="/mnt/user/domains/docker_control.log" # 函数:记录日志 log() { echo "[$(date +"%Y-%m-%d %H:%M:%S")] $1" >> "$LOG_FILE"...
我运作这个项目在docker中,但是每次都有需要重新下载模型,怎么将数据持久化
我也是一样的,向量模型不能使用
I am running in docker and I also got an error before ``` `\################################################################ Install script for stable-diffusion + Web UI Tested on Debian 11 (Bullseye), Fedora 34+ and openSUSE...
I compiled one myself, which can customize variables and runs well in docker. You can try it. https://github.com/amDosion/forage 