added msd-not-found exception

This commit is contained in:
2019-02-28 21:49:49 +01:00
parent bf999a965f
commit 406e88ade8
4 changed files with 10 additions and 5 deletions

View File

@@ -8,12 +8,12 @@ build:
run:
docker run \
-it \
-it \
-v /home/${USER}:/home/${USER} \
--user $(shell id -u):$(shell id -g) \
-v /etc/passwd:/etc/passwd \
-v /etc/group:/etc/group \
-v $(shell pwd)/../../:/cjvt-srl-tagging \
-v $(shell pwd)/../../:/cjvt-srl-tagging \
-w /cjvt-srl-tagging \
-v /home/kristjan/kres_mount:/kres_mount:ro \
python-java \