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