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

Added docker build support #722

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

ToberoCat
Copy link

As mentioned in #721 after the build process worked for me, I'll create a pull request, so others don't have to go through the tedious process of fixing buildroot issues with the docker ubuntu image.

Docker allows to run a linux image that, in this case, only builds the project, with the required libraries installed by default.

In this pull request I added following files:
Dockerfile - These are the instructions to create the image with all required packages
docker-compose.yml

I modified this file:
README_PINN.md - I added a section at the bottom for build instructions for PINN with an docker files using the files added in this pull request.

For anything, that might prevent this pull request from getting merged, I'd be happy to be notified about, so I can fix them

@procount
Copy link
Owner

Thanks for sorting this. I must give it a try. Is this docker image suitable for Windows, Linux x86/AMD64 or Arm?

@ToberoCat
Copy link
Author

Yes, the docker file will create a image on any operating system, as long as it supports 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

Successfully merging this pull request may close these issues.

None yet

2 participants