updated Dockerfile

This commit is contained in:
ale 2023-01-31 23:37:43 +01:00
parent 24d287cd90
commit 4a850bd49a

View File

@ -17,14 +17,16 @@ RUN apt-get update && apt-get install -y \
ffmpeg \ ffmpeg \
llvm-8 \ llvm-8 \
python \ python \
python2.7 \
python3 \ python3 \
python3-dev \ python3-dev \
python3-pip \ python3-pip \
python3-venv \ python3-venv \
nvidia-cuda-dev \ nvidia-cuda-dev \
curl && \ curl \
curl -sL https://deb.nodesource.com/setup_10.x | bash - && \ nodejs \
apt update && apt-get install -y nodejs && apt clean npm && \
apt clean
RUN pip3 install --upgrade pip RUN pip3 install --upgrade pip