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

Run tests using a simpler image #3

Open
phoevos opened this issue Aug 1, 2023 · 1 comment
Open

Run tests using a simpler image #3

phoevos opened this issue Aug 1, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@phoevos
Copy link
Contributor

phoevos commented Aug 1, 2023

Currently, we run the tests using the following image:

TESTS_IMAGE = "kubeflownotebookswg/jupyter-scipy:v1.7.0"

The above is the default image used when creating a Jupyter Notebook on Kubeflow, and it was used to ensure the most straightforward path between testing/developing the example notebooks from inside a Notebook server to actually running these as part of the UATs.

This image, however, comes with many packages installed, most of which aren't of any use when it comes to running the UATs. At the same time, it can tie the UATs indirectly to a specific Kubeflow version.

Goal

Although the above are not critical, it's worth investigating the use of a leaner image, where we manually install only the necessary dependencies.

@phoevos phoevos added the enhancement New feature or request label Aug 1, 2023
@phoevos phoevos self-assigned this Aug 1, 2023
@phoevos
Copy link
Contributor Author

phoevos commented Sep 11, 2023

Closing and reopening to trigger Jira automation.

@phoevos phoevos closed this as not planned Won't fix, can't repro, duplicate, stale Sep 11, 2023
@phoevos phoevos reopened this Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant