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 Dockerfile #150

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from
Open

Added Dockerfile #150

wants to merge 1 commit into from

Conversation

dor2727
Copy link

@dor2727 dor2727 commented Apr 14, 2021

Added a Dockerfile for linux.

currently not supporting openCL.

currently not supporting openCL
@timhutton
Copy link
Member

Hi @dor2727. Thanks for contributing.

What's the advantage of having a docker file? What would we use it for?

@dor2727
Copy link
Author

dor2727 commented Apr 16, 2021

It is a way to package code and dependencies for easy installation on Linux.

This way, any Linux user wishing to install Ready will run a single command, and the docker service will handle the rest.

@timhutton
Copy link
Member

Well I'm happy to have it included, if people would find it useful. I'm guessing that it needs the OpenCL support though, which might be tricky to get right?

Can we name it something that indicates the range of distros it will work on? e.g. Dockerfile-Debian?

@dor2727
Copy link
Author

dor2727 commented Apr 20, 2021

Having OpenCL support is indeed useful, though I couldn't make it work :(

dockerfile works on all distros. I ran this dockerfile on arch.
Docker uses the kernel of the host computer, and can run any distro on top of that! :)

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