You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
We'll then download blender using the `ADD` command, downloading and extracting the file into the `/app` directory so it can be used by our job application.
640
641
641
642
```dockerfile title:blender.dockerfile
642
-
# !collapse(1:49) collapsed
643
+
# !collapse(1:51) collapsed
643
644
FROM ghcr.io/astral-sh/uv:python3.11-bookworm AS builder
644
645
645
646
ARG HANDLER
@@ -688,7 +689,8 @@ RUN --mount=type=cache,target=/var/cache/apt/archives \
0 commit comments