forked from kristjan/cjvt-srl-tagging
model for fillpred
This commit is contained in:
@@ -7,6 +7,6 @@ default-jdk \
|
||||
python3 \
|
||||
python3-pip
|
||||
|
||||
RUN pip3 install lxml pandas
|
||||
RUN pip3 install lxml pandas sklearn
|
||||
|
||||
ENV PYTHONIOENCODING UTF-8
|
||||
|
||||
@@ -8,6 +8,11 @@ build:
|
||||
run:
|
||||
docker run \
|
||||
-it \
|
||||
--user $(shell id -u):$(shell id -g) \
|
||||
-v /home/${USER}:/home/${USER} \
|
||||
-v /etc/passwd:/etc/passwd \
|
||||
-v /etc/group:/etc/group \
|
||||
-v $(shell pwd)/../../:/cjvt-srl-tagging \
|
||||
-w /cjvt-srl-tagging \
|
||||
python-java \
|
||||
/bin/bash
|
||||
|
||||
Reference in New Issue
Block a user