linuxserver / docker-blender

Responsive web accessible Blender Docker container with hardware acceleration.
GNU General Public License v3.0
64 stars 15 forks source link

[BUG] Blender version mismatch #14

Open Miner34dev opened 2 hours ago

Miner34dev commented 2 hours ago

Is there an existing issue for this?

Current Behavior

The Blender version is 4.0.2 even though i downloaded the 4.2.3-ls138 image (which is supposed to contain Blender 4.2.3 i guess).

Expected Behavior

The Blender version should be the one the tag says.

Steps To Reproduce

Just go to localhost:3000 and in the bottom right corner of the Blender window you will see the version isn't the correct one.

Environment

- OS: Arch Linux Arm
- How docker service was installed: distro's package manager

CPU architecture

arm64

Docker creation

services:
blender:
image: lscr.io/linuxserver/blender:4.2.3-ls138
container_name: blender
environment:
- PUID=1000
- PGID=1000
volumes:
- ./config:/config
ports:
- 3002:3000
- 3003:3001
restart: no

Container logs

-
github-actions[bot] commented 2 hours ago

Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.

j0nnymoe commented 2 hours ago

Looks like the arm build is on an older version compared to the amd64 build (looking at our smoke test: https://ci-tests.linuxserver.io/linuxserver/blender/4.2.3-ls138/index.html) . Will need to look into the Repo that's used for the arm build.

aptalca commented 2 hours ago

The readme had this blurb but it got lost in the latest templating effort https://github.com/linuxserver/docker-blender/commit/5b1234f828a39ae8d759cb0326d5e9a6959e160f#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L90