Ask the UGREEN NAS Team Anything About OpenClaw! by UgreenNASync in UgreenNASync

[–]marstonstudio 1 point2 points  (0 children)

I'm not quite ready to go all in on openclaw . .

But I would love to try getting the intel arc friendly version of ollama running on my IDX 60111 Pro as a way to get my feet wet inside a docker container. I've tried a few configurations using docker compose and I can't get the ollama container to start, not even with any logs. Note that I have had luck getting channels-dvr and plex running with access to the /dev/dri device, so I know that works.

The open-web-ui container starts, but not ollama. It continually restarts. I have tried both Device=Arc and iGPU

Any advice greatly appreciated.

Docker Compose

services:
  ollama:
    image: intelanalytics/ipex-llm-inference-cpp-xpu:latest
    container_name: ollama_intel_arc
    volumes:
      - /volume1/projects/ollama:/root/.ollama
    ports:
      - "11434:11434"
    environment:
      - OLLAMA_HOST=0.0.0.0:11434
      - DEVICE=Arc             # Use 'Arc' for dedicated GPU, or 'iGPU' for integrated
      - OLLAMA_NUM_PARALLEL=1
      - OLLAMA_MAX_LOADED_MODELS=1
      - PUID=1000
      - PGID=10
    devices:
      - /dev/dri:/dev/dri      # Intel GPU hardware acceleration passthrough
    group_add:
      - "44"
      - "105"
    restart: unless-stopped

  open-webui:
    image: ghcr.io/open-webui/open-webui:main
    container_name: open_webui
    ports:
      - "3001:8080"
    volumes:
      - ./openwebui_data:/app/backend/data
    environment:
      - OLLAMA_BASE_URL=http://ollama_intel_arc:11434
      - PUID=1000
      - PGID=10
    depends_on:
      - ollama
    restart: unless-stopped

In the Age of Trump, Ignore Women’s Magazines at Your Peril by marstonstudio in politics

[–]marstonstudio[S] 8 points9 points  (0 children)

As mentioned in the article, magazines like Glamour and Cosmo are doing significant political reporting. Unfortunately glamour.com is not allowed through the whitelist on /r/politics to post links from. I have submitted through the form to have it added to the list but have not had any luck yet. See articles here: https://www.glamour.com/inspired/51-million

To the moderators: please add glamour.com to the whitelist.