tidy up
This commit is contained in:
13
dockerfiles/python-java/Makefile
Normal file
13
dockerfiles/python-java/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
IMAGE_NAME="python-java"
|
||||
|
||||
all: build run
|
||||
|
||||
build:
|
||||
docker build . -t $(IMAGE_NAME)
|
||||
|
||||
run:
|
||||
docker run \
|
||||
-it \
|
||||
-v $(shell pwd)/../../:/cjvt-srl-tagging \
|
||||
python-java \
|
||||
/bin/bash
|
||||
Reference in New Issue
Block a user