From f261e4fdbd0d5ce808e2303cddc0114e14bb945c Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Fri, 5 Aug 2022 15:06:17 +0200 Subject: [PATCH] add nltk to lsp + set home directory to /tmp --- lsp/Pipfile | 1 + nsjail/run.deno.config.proto | 1 + nsjail/run.python3.config.proto | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lsp/Pipfile b/lsp/Pipfile index afa9e70021..a235ed839e 100644 --- a/lsp/Pipfile +++ b/lsp/Pipfile @@ -20,4 +20,5 @@ yfinance = "*" pyowm = "*" pyairtable = "*" matplotlib = "*" +nltk = "*" diff --git a/nsjail/run.deno.config.proto b/nsjail/run.deno.config.proto index e7670fae79..4144b4a685 100644 --- a/nsjail/run.deno.config.proto +++ b/nsjail/run.deno.config.proto @@ -110,6 +110,7 @@ iface_no_lo: true envar: "DENO_DIR=/tmp/.cache/deno" envar: "NO_COLOR=true" +envar: "HOME=/tmp" diff --git a/nsjail/run.python3.config.proto b/nsjail/run.python3.config.proto index 60089b33b0..882d224557 100644 --- a/nsjail/run.python3.config.proto +++ b/nsjail/run.python3.config.proto @@ -103,6 +103,6 @@ mount { iface_no_lo: true envar: "PYTHONPATH=/tmp/dependencies" - +envar: "HOME=/tmp"