From 1866ce8bd8b23f452081f882ac718be47693d6d0 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 7 Mar 2020 12:31:19 +0000 Subject: [PATCH] Add functions to PYTHONPATH Standalone python3 and ipython manage to include the current working directory in sys.path without any configuration, vspipe and vsedit somehow do not. --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 366105d..c94cb65 100644 --- a/Dockerfile +++ b/Dockerfile @@ -75,9 +75,9 @@ RUN pip3 --no-cache-dir install \ yuuno 'prompt-toolkit<2.1.0,>=2.0.0' \ && yuuno jupyter install -ARG CACHEBUST_SCRIPTS=1 +ENV PYTHONPATH=/data/functions/:/usr/local/lib/vapoursynth-scripts/ -ENV PYTHONPATH=/usr/local/lib/vapoursynth-scripts/ +ARG CACHEBUST_SCRIPTS=1 RUN mkdir /usr/local/lib/vapoursynth-scripts/ \ && wget -nv -P /usr/local/lib/vapoursynth-scripts/ \