Skip to content

Commit

Permalink
use ubuntu:latest
Browse files Browse the repository at this point in the history
  • Loading branch information
yuji96 committed Dec 19, 2022
1 parent d3e701c commit 457452b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Set docker image
FROM ubuntu:18.04
FROM ubuntu:latest

# Skip the configuration part
ENV DEBIAN_FRONTEND noninteractive
Expand Down
1 change: 1 addition & 0 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ MODEL_NAME=sample

cd /app/src
if [ ! -d tesstrain ]; then
# TODO: change to zip
git clone --depth=1 https://github.com/tesseract-ocr/tesstrain.git
fi
cd tesstrain
Expand Down

0 comments on commit 457452b

Please sign in to comment.