We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6022ea commit 393e05fCopy full SHA for 393e05f
Dockerfile
@@ -1,6 +1,6 @@
1
# This is a sample Dockerfile you can modify to deploy your own app based on face_recognition
2
3
-FROM python:3.4-slim
+FROM python:3.6-slim-stretch
4
5
RUN apt-get -y update
6
RUN apt-get install -y --fix-missing \
0 commit comments