Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,7 +14,7 @@ WORKDIR /opt/grobid
|
|
14 |
RUN git lfs install && git clone https://huggingface.co/datasets/sciencialab/grobid-evaluation evaluation
|
15 |
|
16 |
COPY --chown=lfoppiano service.py /opt/grobid/service.py
|
17 |
-
RUN python service.py
|
18 |
|
19 |
VOLUME ["/opt/grobid/grobid-home/tmp"]
|
20 |
|
|
|
14 |
RUN git lfs install && git clone https://huggingface.co/datasets/sciencialab/grobid-evaluation evaluation
|
15 |
|
16 |
COPY --chown=lfoppiano service.py /opt/grobid/service.py
|
17 |
+
RUN python service.py &
|
18 |
|
19 |
VOLUME ["/opt/grobid/grobid-home/tmp"]
|
20 |
|