Spaces:
Running
Running
Update Dockerfile
Browse files- 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 |
|