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

Update container image in a6000 test #5204

Closed
wants to merge 3 commits into from

Conversation

loadams
Copy link
Collaborator

@loadams loadams commented Feb 27, 2024

The existing image used here (pytorch:23.03-py3) has versions of thinc (8.1.9), spacy (3.5.1), and confection (0.0.4) that do not support pydantic > 1.11.0.

We test updating to a newer image (pytorch:23.09-py3) that has newer versions of thinc (8.1.12), spacy (3.6.1), and confection (0.1.3). These versions all have pydantic < 3.0.0 in their requirements.txt, so we should be safe to update to this version.

@loadams loadams requested a review from mrwyattii as a code owner February 27, 2024 17:00
@@ -23,7 +23,7 @@ jobs:
unit-tests:
runs-on: [self-hosted, nvidia, a6000]
container:
image: nvcr.io/nvidia/pytorch:23.03-py3
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This can be updated after #5167 completes.

@loadams
Copy link
Collaborator Author

loadams commented Apr 5, 2024

Re-open and complete this PR later if needed.

@loadams loadams closed this Apr 5, 2024
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.

1 participant