Skip to content

divserge/pcfg_parser_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a repository containing the Dockerfile for the image, which reproduces the experiments for my NLA application period project - PCFG parser.

To build a new image from source and run

	sudo docker build -t parser_image_0 .
	sudo docker run -v absolute_path_to_local_dir:/parser/results parser_image_0

To pull the build image from the docker registry:

	sudo docker pull divserge/parser_image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published