From 595e450eb9777be5cadece782ef91deddd506905 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cosmin=20=C8=98tefan=20Ciocan?= <57830279+cosminc98@users.noreply.github.com> Date: Tue, 23 Jan 2024 22:57:59 +0000 Subject: [PATCH] Add make and the english language pack to devcontainer to be able to build the documentation --- .devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 9088efc..092a2d1 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -4,7 +4,7 @@ ARG VENV_PATH=/opt/dev-venv ENV VENV_ACTIVATE=${VENV_PATH}/bin/activate RUN apt update -RUN apt install -y python3.10-venv nvidia-cuda-toolkit gcc vim git +RUN apt install -y python3.10-venv nvidia-cuda-toolkit gcc vim git make language-pack-en # the mkdir command bypasses a profiler error, which allows us to run it with # host code only to at least check that the profiler parameters are correctly