mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-22 00:02:28 +00:00
move nltk data volume
This commit is contained in:
parent
9bb980f6b4
commit
894942b3ab
@ -14,7 +14,7 @@ variables:
|
|||||||
KUBENS: senpy
|
KUBENS: senpy
|
||||||
LATEST_IMAGE: "${HUB_REPO}:${CI_COMMIT_SHORT_SHA}"
|
LATEST_IMAGE: "${HUB_REPO}:${CI_COMMIT_SHORT_SHA}"
|
||||||
SENPY_DATA: "/senpy-data/" # This is configured in the CI job
|
SENPY_DATA: "/senpy-data/" # This is configured in the CI job
|
||||||
NLTK_DATA: "/senpy-data/nltk" # Store NLTK downloaded data
|
NLTK_DATA: "/senpy-data/nltk_data" # Store NLTK downloaded data
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
stage: publish
|
stage: publish
|
||||||
|
Loading…
Reference in New Issue
Block a user