mirror of
https://github.com/Cian-H/simple_blender_server.git
synced 2025-12-22 13:31:57 +00:00
Suppressed pip root install warning
This commit is contained in:
@@ -8,7 +8,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o server ./main.go
|
||||
FROM alpine:latest
|
||||
RUN apk update
|
||||
RUN apk add blender py3-pip
|
||||
RUN pip install --break-system-packages numpy scipy trimesh
|
||||
RUN pip install --root-user-action ignore --break-system-packages numpy scipy trimesh
|
||||
RUN apk del py3-pip
|
||||
|
||||
WORKDIR /root/
|
||||
|
||||
Reference in New Issue
Block a user