Skip to content

use uv tool for isolate cicd env #1

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: development
Choose a base branch
from

Conversation

GuotongIntel
Copy link
Collaborator

@GuotongIntel GuotongIntel commented Mar 1, 2025

Include:
/Getting-Started-Samples/IntelPython_XGBoost_GettingStarted
/Getting-Started-Samples/Intel_oneCCL_Bindings_For_PyTorch_GettingStarted (Without sample.json Skipped)
/Getting-Started-Samples/Intel_Extension_For_SKLearn_GettingStarted
/Getting-Started-Samples/INC-Sample-for-Tensorflow
/End-to-end-Workloads/JobRecommendationSystem
/Features-and-Functionality/INC_QuantizationAwareTraining_TextClassification

Existing Sample Changes

Description

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes Issue#

External Dependencies

List any external dependencies created as a result of this change.

Type of change

Please delete options that are not relevant. Add a 'X' to the one that is applicable.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Implement fixes for ONSAM Jiras

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Command Line
  • oneapi-cli
  • Visual Studio
  • Eclipse IDE
  • VSCode
  • When compiling the compliler flag "-Wall -Wformat-security -Werror=format-security" was used

Delete this line and everything below if this is not a PR for a new code sample

Delete this line and all above it if this PR is for a new code sample

Adding a New Sample(s)

Description

Please include a description of the sample

Checklist

Administrative

  • Review sample design with the appropriate Domain Expert:
  • If you have any new dependencies/binaries, inform the oneAPI Code Samples Project Manager

Code Development

Security and Legal

  • OSPDT Approval (see Project Manager for assistance)
  • Compile using the following compiler flags and fix any warnings, the falgs are: "/Wall -Wformat-security -Werror=format-security"
  • Bandit Scans (Python only)
  • Virus scan

Review

  • Review DPC++ code with Paul Peterseon. (GitHub User: pmpeter1)
  • Review readme with Tom Lenth(@tomlenth) and/or Project Manager
  • Tested using Dev Cloud when applicable

@GuotongIntel GuotongIntel marked this pull request as ready for review March 2, 2025 02:37
"uv python pin $(which python)",
"uv venv --system-site-packages",
"uv add -r requirements.txt",
"uv add requests",
Copy link
Owner

Choose a reason for hiding this comment

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

remove it?

@GuotongIntel GuotongIntel changed the title 5(4) smaples in Getting start samples use uv tool for isolate cicd env Mar 2, 2025
"pip install -r requirements.txt",
"python -m ipykernel install --user --name=user_tensorflow-gpu",
"python JobRecommendationSystem.py"
"conda conda activate tensorflow-gpu",
Copy link
Owner

Choose a reason for hiding this comment

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

typo wrong

@GuotongIntel GuotongIntel force-pushed the hackthon-AI-tool-1 branch 4 times, most recently from ff353fb to 1a93cc6 Compare March 2, 2025 12:48
…ironment, including samples:

  1.AI-and-Analytics/End-to-end-Workloads/JobRecommendationSystem
  2.AI-and-Analytics/Features-and-Functionality/INC_QuantizationAwareTraining_TextClassification
  3.AI-and-Analytics/Getting-Started-Samples/INC-Sample-for-Tensorflow
  4.AI-and-Analytics/Getting-Started-Samples/IntelPython_XGBoost_GettingStarted
  5.AI-and-Analytics/Getting-Started-Samples/Intel_Extension_For_SKLearn_GettingStarted
  6.AI-and-Analytics/Getting-Started-Samples/Modin_GettingStarted

Signed-off-by: guotongIntel <[email protected]>
@bopeng1234 bopeng1234 force-pushed the hackthon-AI-tool-1 branch from 3250652 to c673587 Compare March 3, 2025 01:59
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