Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
@@ -6,4 +6,8 @@ RUN mkdir -m 777 -p /opt/grobid/logs
|
|
6 |
COPY --chown=lfoppiano config-docker.yml /opt/grobid/datastet/resources/config/config.yml
|
7 |
|
8 |
WORKDIR /opt/grobid
|
|
|
|
|
|
|
|
|
9 |
CMD ["sh", "./datastet/bin/datastet", "server", "datastet/resources/config/config.yml"]
|
|
|
6 |
COPY --chown=lfoppiano config-docker.yml /opt/grobid/datastet/resources/config/config.yml
|
7 |
|
8 |
WORKDIR /opt/grobid
|
9 |
+
|
10 |
+
# Hack to make the lexicon loader working
|
11 |
+
RUN ln -sf datastet/resources/ resources
|
12 |
+
|
13 |
CMD ["sh", "./datastet/bin/datastet", "server", "datastet/resources/config/config.yml"]
|