Skip to content

chore(env): remove stale GPU_CARD/GPU_RENDER defaults from .env.example#40

Merged
growlf merged 1 commit into
mainfrom
chore/env-cleanup-gpu-card-stale
May 19, 2026
Merged

chore(env): remove stale GPU_CARD/GPU_RENDER defaults from .env.example#40
growlf merged 1 commit into
mainfrom
chore/env-cleanup-gpu-card-stale

Conversation

@growlf
Copy link
Copy Markdown
Owner

@growlf growlf commented May 19, 2026

These variables are no longer referenced after PR #38 changed docker-compose.arc.yml to use whole-/dev/dri pass-through:

devices:
  - /dev/dri:/dev/dri

The previous ${GPU_CARD:-/dev/dri/card1} pattern is gone. Keeping the example entries was misleading — new users would set them expecting them to take effect.

Removes:

  • ── Intel Arc GPU device nodes (only needed with docker-compose.arc.yml) ──────

  • Run scripts/check-arc-gpu.sh to find the correct device paths for your system.

  • These values are ignored when using the CPU or NVIDIA compose overlay.

  • GPU_CARD=/dev/dri/card1
  • GPU_RENDER=/dev/dri/renderD128

Related: PR #38 (whole-dir mount), PR #39 (native Vulkan path).

Summary

Type of change

  • Bug fix
  • New feature / enhancement
  • Documentation update
  • Refactor / cleanup
  • CI / tooling change

Related issues

Testing

  • docker compose config passes with no errors
  • Shell scripts pass shellcheck
  • Manually tested on Intel Arc hardware (if relevant)

Checklist

  • My changes follow the project's code style
  • I have updated documentation where necessary
  • I have not committed secrets or real credentials
  • .env.example is up to date (if env vars were added/removed)

These variables are no longer referenced after PR #38 changed
docker-compose.arc.yml to use whole-/dev/dri pass-through:

    devices:
      - /dev/dri:/dev/dri

The previous ${GPU_CARD:-/dev/dri/card1} pattern is gone. Keeping the
example entries was misleading — new users would set them expecting
them to take effect.

Removes:
- # ── Intel Arc GPU device nodes (only needed with docker-compose.arc.yml) ──────
- # Run scripts/check-arc-gpu.sh to find the correct device paths for your system.
- # These values are ignored when using the CPU or NVIDIA compose overlay.
- GPU_CARD=/dev/dri/card1
- GPU_RENDER=/dev/dri/renderD128

Related: PR #38 (whole-dir mount), PR #39 (native Vulkan path).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@growlf growlf merged commit 80b6610 into main May 19, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant