From f72dedea71bc758febde1eafe4b17a8835783e10 Mon Sep 17 00:00:00 2001 From: Jedd Morgan <45512892+JR-Morgan@users.noreply.github.com> Date: Thu, 12 Oct 2023 19:57:24 +0100 Subject: [PATCH] dockerfile --- Dockerfile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 009e200..b8387ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,10 @@ -FROM nytimes/blender:latest +FROM nytimes/blender:3.3.1-cpu-ubuntu18.04 +RUN apt install python3.10 RUN pip install poetry COPY . . RUN poetry export -f requirements.txt --output requirements.txt && pip install -r requirements.txt + +RUN curl -o blender-connector.zip https://github.com/specklesystems/speckle-blender/archive/refs/tags/2.16.0-rc1.zip +RUN unzip blender-connector.zip -d "$HOME/.config/blender/3.3/"