Skip to content

Conversation

rbanka1
Copy link
Contributor

@rbanka1 rbanka1 commented Apr 17, 2025

So it will be available in the docker images. Required for UR workflows.

@rbanka1 rbanka1 marked this pull request as ready for review April 17, 2025 13:35
@rbanka1 rbanka1 requested a review from a team as a code owner April 17, 2025 13:35
GITHUB_TOKEN=$(cat /run/secrets/github_token) /install_drivers.sh $install_driver_opt --all

# Install venv for UR pip requirements
RUN apt update && apt install -y python3-venv
Copy link
Contributor

Choose a reason for hiding this comment

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

not sure i understand why only this one has this, i would expect all images used for using a gpu need it, so i would expect it needs to be added to ubuntu2404_base

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I added there because I am using only ubuntu2404_intel_drivers:alldeps and ubuntu2204_build:latest image so venv is no needed in all of images

Copy link
Contributor

@sarnex sarnex Apr 17, 2025

Choose a reason for hiding this comment

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

this file isnt doesnt contribute to ubuntu2404_intel_drivers:alldeps i think

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yeah, I mixed up the files but now it is in correct place.

Copy link
Contributor

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thanks for prompt, I updated it

Copy link
Contributor

@sarnex sarnex left a comment

Choose a reason for hiding this comment

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

thanks!

Copy link
Contributor

Choose a reason for hiding this comment

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

we can remove this now right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

deleted

Copy link
Contributor

@sarnex sarnex left a comment

Choose a reason for hiding this comment

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

nice! ping me for merge once everyone has approved

@lukaszstolarczuk lukaszstolarczuk changed the title [UR] add venv to docker image [CI] Add python3-venv to build tools installation Apr 18, 2025
@lukaszstolarczuk
Copy link
Contributor

@sarnex, works for me. If no more approvals are required this is ready for merge, I believe.

@sarnex sarnex merged commit 4d8a539 into intel:sycl Apr 18, 2025
34 of 35 checks passed
@rbanka1 rbanka1 deleted the update_dockers branch April 23, 2025 15:44
@rbanka1 rbanka1 mentioned this pull request Apr 23, 2025
1 task
kbenzie pushed a commit that referenced this pull request Apr 29, 2025
- [x] wait for #18080

---------

Signed-off-by: rbanka1 <renata.banka@intel.com>
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.

3 participants