From c4ebc72f51494c94310c1ff383953b16bab7e91f Mon Sep 17 00:00:00 2001 From: turnmanh <17703667+turnmanh@users.noreply.github.com> Date: Mon, 27 May 2024 09:39:49 +0200 Subject: [PATCH] installing presentation req. --- .devcontainer/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 3cfb9d0..ab04593 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -95,3 +95,5 @@ WORKDIR /tmp RUN pip install -r requirements.txt && \ pip install click cryptography + +RUN bash ./build_scripts/install_presentation_requirements.sh