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 \
llvm-8 \
python \
python2.7 \
python3 \
python3-dev \
python3-pip \
python3-venv \
nvidia-cuda-dev \
curl && \
curl -sL https://deb.nodesource.com/setup_10.x | bash - && \
apt update && apt-get install -y nodejs && apt clean
curl \
nodejs \
npm && \
apt clean
RUN pip3 install --upgrade pip