Skip to content

Commit

Permalink
Merge pull request #365 from 8secz-johndpope/patch-1
Browse files Browse the repository at this point in the history
bump docker base image
  • Loading branch information
AliaksandrSiarohin authored Jun 2, 2023
2 parents 83f9c3a + 1053449 commit 95f30b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvcr.io/nvidia/cuda:10.0-cudnn7-runtime-ubuntu18.04
FROM nvcr.io/nvidia/pytorch:21.02-py3

RUN DEBIAN_FRONTEND=noninteractive apt-get -qq update \
&& DEBIAN_FRONTEND=noninteractive apt-get -qqy install python3-pip ffmpeg git less nano libsm6 libxext6 libxrender-dev \
Expand All @@ -9,6 +9,5 @@ WORKDIR /app

RUN pip3 install --upgrade pip
RUN pip3 install \
https://download.pytorch.org/whl/cu100/torch-1.0.0-cp36-cp36m-linux_x86_64.whl \
git+https://github.com/1adrianb/face-alignment \
-r requirements.txt

0 comments on commit 95f30b5

Please sign in to comment.