Skip to content

Add Docker configuration files #3

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add Docker configuration files #3

wants to merge 1 commit into from

Conversation

aweher
Copy link

@aweher aweher commented Jan 2, 2024

It doesn´t work for me... tried to run the project inside several debian/ubuntu environments. In this PR you can find attached the required files to build the project inside a docker.

@digizeph
Copy link
Member

digizeph commented Jan 2, 2024

Thanks for the PR! Having a Dockerfile config is definitely beneficial.
I'd also like to know what doesn't work for you first. It seems like the Dockerfile does not do anything special in terms of building or running the project.

docker-compose.yaml
LICENSE
README.md
requirements.txt
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

requirements.txt is used in Dockerfile and should not be ignored.

Suggested change
requirements.txt

@digizeph
Copy link
Member

digizeph commented Jan 2, 2024

@aweher if you are using newer debian-base distros with python 3.11, the build/run issue should be resolved in PR #4. The updated start-debug.sh script also will set up a virtual environment to install and run the programs. Let me know if that resolves your previous runtime issues. Thanks!

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

Successfully merging this pull request may close these issues.

2 participants