lfoppiano commited on
Commit
f90e887
·
verified ·
1 Parent(s): 26db885

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -8,6 +8,8 @@ COPY --chown=lfoppiano config-docker.yml /opt/grobid/datastet/resources/config/c
8
 
9
  WORKDIR /opt/grobid
10
 
 
 
11
  # Hack to make the lexicon loader working
12
  # RUN ln -sf datastet/resources/ resources
13
 
 
8
 
9
  WORKDIR /opt/grobid
10
 
11
+ RUN rm -rf ~/.cache
12
+
13
  # Hack to make the lexicon loader working
14
  # RUN ln -sf datastet/resources/ resources
15