Skip to content

Commit

Permalink
Fix missing openvc docker container. Fixes #2
Browse files Browse the repository at this point in the history
  • Loading branch information
peterk committed Dec 5, 2019
1 parent 1f006b5 commit ac8d87a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#FROM python:3.6-alpine
#FROM nuveo/opencv:alpine-python3-opencv3
FROM julianbei/alpine-opencv-microimage:latest
FROM julianbei/alpine-opencv-microimage:p3-3.1
RUN apk add --no-cache git ghostscript-dev
RUN pip install --upgrade pip
COPY ./requirements.txt ./requirements.txt
Expand Down

0 comments on commit ac8d87a

Please sign in to comment.