mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nlp.git
synced 2025-01-30 13:19:01 +00:00
Update CI script and remove unused code.
This commit is contained in:
parent
e0e77d1164
commit
e68d5c39ee
@ -12,7 +12,6 @@ before_script:
|
|||||||
|
|
||||||
Build:
|
Build:
|
||||||
script:
|
script:
|
||||||
- docker login -u gitlab-ci-token -p $CI_JOB_TOKEN $CI_REGISTRY
|
|
||||||
- docker build --pull -t $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA .
|
- docker build --pull -t $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA .
|
||||||
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
|
- docker push $CI_REGISTRY_IMAGE:$CI_COMMIT_SHA
|
||||||
stage: build
|
stage: build
|
||||||
|
@ -37,7 +37,4 @@ RUN pip3 install wheel && pip3 install -U spacy && \
|
|||||||
COPY nlp /usr/local/bin
|
COPY nlp /usr/local/bin
|
||||||
COPY spacy_nlp /usr/local/bin
|
COPY spacy_nlp /usr/local/bin
|
||||||
|
|
||||||
RUN mkdir /input /output && \
|
|
||||||
chmod a+rw /input /output
|
|
||||||
|
|
||||||
ENTRYPOINT ["nlp"]
|
ENTRYPOINT ["nlp"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user