mirror of
https://github.com/kerberos-io/openalpr-base.git
synced 2025-09-27 14:54:14 +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
|
# Install prerequisites
|
||||||
run apt-get update && apt-get install -y \
|
run apt-get update && apt-get install -y \
|
||||||
|
Reference in New Issue
Block a user