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

[image] remove azure packages from base image #48762

Merged
merged 1 commit into from
Nov 16, 2024
Merged

Conversation

aslonnie
Copy link
Collaborator

@aslonnie aslonnie commented Nov 15, 2024

too ancient; and there are no tests.

this should remove the outdated paramiko package from the ray image

@aslonnie aslonnie requested review from hongchaodeng and a team as code owners November 15, 2024 23:20
@aslonnie aslonnie requested a review from jjyao November 15, 2024 23:20
@aslonnie
Copy link
Collaborator Author

fixes #48733

@aslonnie aslonnie added the go add ONLY when ready to merge, run all tests label Nov 16, 2024
head_setup_commands: []
# - pip install -U azure-cli-core==2.22.0 azure-mgmt-compute==14.0.0 azure-mgmt-msi==1.0.0 azure-mgmt-network==10.2.0 azure-mgmt-resource==13.0.0
- pip install -U azure-cli-core==2.22.0 azure-mgmt-compute==14.0.0 azure-mgmt-msi==1.0.0 azure-mgmt-network==10.2.0 azure-mgmt-resource==13.0.0
Copy link
Contributor

Choose a reason for hiding this comment

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

is this 2.22.0 what we expect? in docker/base-deps/Dockerfile we deleted a 2.40.0

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I have no idea.. I am waiting for someone to tell me which one to use.

Copy link
Contributor

Choose a reason for hiding this comment

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

I think even azure-cli-core==2.62.0 is too old since it brings an old paramiko==2.12.0. What about we use the latest version now?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

I would guess this thing is 70% chance broken already even without the change.

I just want to remove the ones in the base image, and I am uncommenting this line just as a courtesy. please feel free to changes these to the right version core team thinks this should be, but maybe in a follow up?

or let me the exact line I should put here, and I will just copy it here..

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

another idea can be, I can just drop all the versions constraints.. and let pip figure it out by itself...

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ok, I am changing it to be consistent with https://github.com/ray-project/ray/blob/master/python/ray/autoscaler/azure/defaults.yaml#L139

if that one does not work, I am claiming that it is not my fault..

Copy link
Contributor

Choose a reason for hiding this comment

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

cool. We can also ask @gramhagen to take a look

too ancient; and there are no tests.

Signed-off-by: Lonnie Liu <[email protected]>
@rynewang
Copy link
Contributor

shall I merge this?

@aslonnie
Copy link
Collaborator Author

shall I merge this?

I can merge myself. thanks.

@aslonnie aslonnie merged commit 1618493 into master Nov 16, 2024
5 checks passed
@aslonnie aslonnie deleted the lonnie-241115-killazure branch November 16, 2024 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
go add ONLY when ready to merge, run all tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants