From 4a850bd49a8eedc859afc14b9a6c60fdbee7d06c Mon Sep 17 00:00:00 2001 From: ale Date: Tue, 31 Jan 2023 23:37:43 +0100 Subject: [PATCH] updated Dockerfile --- Dockerfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 31d9f0d..7a8c925 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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