Closed
Description
Hi,
It was not clear from the readme, what distributions avr works on, but I saw dependencies are installed with apt.
I am not sure how active this tool/repository is, but I propose the addition of a really simple dockerfile to make the tool easier to try locally. I attached the dockerfile and docker-compose I used, usage is the following:
- (have docker and docker-compose set up on your machine)
docker-compose up -d
docker exec -it avr-docker-avr-1 bash
- run
./build.sh
manually, as it is interactive - use the examples in this repository or put any input files into the
input_files
directory besides the docker files, it will be available under/app/input_files
- use avr
It is a simple container that could be improved in many ways, but it works. Maybe it will be useful for somebody else as well.
docker-compose.yml.txt
Dockerfile.txt
(remove .txt extension from both files)
Metadata
Assignees
Labels
No labels