Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dockerfile/Docker compose #11

Closed
AdamZsofi opened this issue Jun 19, 2023 · 2 comments
Closed

Add Dockerfile/Docker compose #11

AdamZsofi opened this issue Jun 19, 2023 · 2 comments

Comments

@AdamZsofi
Copy link
Contributor

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:

  1. (have docker and docker-compose set up on your machine)
  2. docker-compose up -d
  3. docker exec -it avr-docker-avr-1 bash
  4. run ./build.sh manually, as it is interactive
  5. 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
  6. 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)

@aman-goel
Copy link
Owner

Hi @AdamZsofi

Thanks for raising this. Would it be possible for you to share a pull request? That would be great.

Thanks.

--
@aman-goel

@aman-goel
Copy link
Owner

(Apologies for my super late response)

Thanks a lot for adding support for Docker!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants