Skip to content

Commit 03a806f

Browse files
authored
Update Blender mirror URL in Dockerfile
1 parent 2461e5f commit 03a806f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ ARG UBUNTU_CUDA_VERSION=12.8.1-cudnn-devel-ubuntu24.04
22

33
# Add build arguments
44
ARG BLENDER_VERSION=4.5.3
5-
ARG BLENDER_MIRROR_URL=https://mirrors.tuna.tsinghua.edu.cn/blender/blender-release
5+
ARG BLENDER_MIRROR_URL=https://mirror.clarkson.edu/blender/release
6+
# https://mirrors.tuna.tsinghua.edu.cn/blender/blender-release
67

78
FROM nvidia/cuda:$UBUNTU_CUDA_VERSION
89

0 commit comments

Comments
 (0)