Commit 09f09de7 authored by Vít Starý Novotný's avatar Vít Starý Novotný
Browse files

Update Git repository URL in `Makefile`

parent 52cdd03c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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