Skip to content

Commit 6ad4c02

Browse files
committed
Automatically pull the right docker images
1 parent 306ef10 commit 6ad4c02

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,12 @@ $(ANNOTATIONS_DIR)/evaluation-tables.json.gz:
7272
$(shell mkdir -p "$(ANNOTATIONS_DIR)")
7373
wget https://paperswithcode.com/media/about/evaluation-tables.json.gz -O $@
7474

75+
.PHONY: pull_images
76+
pull_images:
77+
docker pull arxivvanity/engrafo:b3db888fefa118eacf4f13566204b68ce100b3a6
78+
docker pull zenika/alpine-chrome:73
7579

76-
.PHONY : clean
80+
.PHONY: clean
7781
clean :
7882
cd "$(ANNOTATIONS_DIR)" && rm -f *.json *.csv
7983
#rm -f *.gz

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ Directory structure:
2020
```
2121

2222

23-
To preprocess data and extract tables, run:
23+
To preprocess data and extract tables and texts, run:
2424
```
25+
make pull_images
2526
conda env create -f environment.yml
2627
source activate xtables
2728
make -j 8 -i extract_all > stdout.log 2> stderr.log

0 commit comments

Comments
 (0)