Loading Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ all: build build: echo -e 'FROM scratch\nLABEL empty=""' | $(DOCKER_BUILD) -t ahisto/empty - $(DOCKER_BUILD) -t ahisto/ocr-eval 'https://gitlab.fi.muni.cz/xnovot32/ahisto-ocr-eval.git#manylang' $(DOCKER_BUILD) -t ahisto/ocr-eval 'https://gitlab.fi.muni.cz/nlp/ahisto-modules/ocr-eval.git#manylang' $(DOCKER_BUILD) -t ahisto/ocr-fileformat -f dockerfiles/ocr-fileformat.Dockerfile dockerfiles $(DOCKER_BUILD) -t ahisto/tesseract -f dockerfiles/tesseract.Dockerfile dockerfiles $(DOCKER_BUILD) -t ahisto/waifu2x -f dockerfiles/waifu2x.Dockerfile dockerfiles Loading Loading
Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ all: build build: echo -e 'FROM scratch\nLABEL empty=""' | $(DOCKER_BUILD) -t ahisto/empty - $(DOCKER_BUILD) -t ahisto/ocr-eval 'https://gitlab.fi.muni.cz/xnovot32/ahisto-ocr-eval.git#manylang' $(DOCKER_BUILD) -t ahisto/ocr-eval 'https://gitlab.fi.muni.cz/nlp/ahisto-modules/ocr-eval.git#manylang' $(DOCKER_BUILD) -t ahisto/ocr-fileformat -f dockerfiles/ocr-fileformat.Dockerfile dockerfiles $(DOCKER_BUILD) -t ahisto/tesseract -f dockerfiles/tesseract.Dockerfile dockerfiles $(DOCKER_BUILD) -t ahisto/waifu2x -f dockerfiles/waifu2x.Dockerfile dockerfiles Loading