mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-09-27 10:42:08 +08:00
Use Ubuntu 18.04 in Dockerfile
This fixes recognition of plates in EXIF-oriented images. See here for details: https://github.com/openalpr/cloudapi/issues/16#issuecomment-396740100
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from ubuntu:14.04
|
||||
from ubuntu:18.04
|
||||
|
||||
# Install prerequisites
|
||||
run apt-get update && apt-get install -y \
|
||||
|
Reference in New Issue
Block a user