9 lines
127 B
Docker
9 lines
127 B
Docker
FROM linuxserver/blender:latest
|
|
|
|
USER root
|
|
|
|
RUN pip3 install --no-cache-dir \
|
|
numpy \
|
|
opencv-python
|
|
|
|
WORKDIR /workspace |