Fix yuuno
This commit is contained in:
parent
1919075516
commit
f49b667bf3
|
@ -99,7 +99,7 @@ RUN cp -r /usr/share/vapoursynth-waifu2x-models/ /usr/lib/x86_64-linux-gnu/vapou
|
||||||
|
|
||||||
RUN pip3 --no-cache-dir install \
|
RUN pip3 --no-cache-dir install \
|
||||||
tqdm \
|
tqdm \
|
||||||
yuuno 'prompt-toolkit<2.1.0,>=2.0.0' \
|
yuuno 'pygments>=2.4.1' \
|
||||||
&& yuuno jupyter install
|
&& yuuno jupyter install
|
||||||
|
|
||||||
ENV PYTHONPATH=/data/functions/:/usr/local/lib/vapoursynth-scripts/
|
ENV PYTHONPATH=/data/functions/:/usr/local/lib/vapoursynth-scripts/
|
||||||
|
|
Reference in a new issue