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 and workflow #973

Merged
merged 6 commits into from
Mar 22, 2023
Merged

Conversation

ZzEeKkAa
Copy link
Contributor

@ZzEeKkAa ZzEeKkAa commented Mar 16, 2023

Add Dockerfile both for runtime and building with and without gpu drivers

  • Have you provided a meaningful PR description?
  • Have you added a test, reproducer or referred to an issue with a reproducer?
  • Have you tested your changes locally for CPU and GPU devices?
  • Have you made sure that new changes do not introduce compiler warnings? (n/a)
  • If this PR is a work in progress, are you filing the PR as a draft?

Workflow will produce these docker tags:
https://github.com/ZzEeKkAa?tab=packages&repo_name=numba-dpex

Action result can be found here:
https://github.com/ZzEeKkAa/numba-dpex/actions/runs/4473683752

There where few issues that prevented docker from building:

  • dpctl was not compiling on Debian based machine (fixed in dpctl repo)
  • latest graphics drivers fail numba_dpex test for kernel that tries to print from GPU

Fixes #933

@ZzEeKkAa ZzEeKkAa marked this pull request as ready for review March 20, 2023 22:43
Dockerfile Show resolved Hide resolved
@diptorupd
Copy link
Contributor

Great work @ZzEeKkAa!

I lightly tested the runtime package and so far so good 👍 We have to see why the two windows CI run failed, they seem to be unrelated to this PR.

@diptorupd diptorupd merged commit 9d3d507 into IntelPython:main Mar 22, 2023
github-actions bot added a commit that referenced this pull request Mar 22, 2023
* Adds Dockerfile and a manual workflow to publish pre-built packages to the repo. 9d3d507
chudur-budur pushed a commit to chudur-budur/numba-dpex that referenced this pull request Mar 24, 2023
* Adds Dockerfile and a manual workflow to publish pre-built packages to the repo.
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.

Providing Docker packages and a Dockerfile for numba-dpex
2 participants