updated Dockerfile
This commit is contained in:
parent
24d287cd90
commit
4a850bd49a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user