Adjustments to return to a single requirements.txt

This commit is contained in:
ImportTaste
2020-06-04 18:53:50 -05:00
parent 8fd3292cd6
commit b024581906
7 changed files with 13 additions and 21 deletions

View File

@@ -82,7 +82,7 @@ RUN curl -fsSL https://developer.download.nvidia.com/compute/cuda/repos/ubuntu18
RUN update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 1 && update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.8 2
RUN cd / && python3.8 -m pip install --upgrade pip &&\
git clone --recurse-submodules --progress https://github.com/k4yt3x/video2x.git --depth=1 &&\
python3.8 -m pip install -U -r video2x/src/requirements-linux.txt
python3.8 -m pip install -U -r video2x/src/requirements.txt
# Compile drivers