RHOAI: Build VSCode notebook on RHEL9 base #93
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR incorporates the VSCode notebook to RHOAI.
How has been tested:
The behavior of the notebook looks the same as the one based on C9S in ODH.
The RHEL base image that used is : https://catalog.redhat.com/software/containers/rhel9/python-39/61a6101fbfd4a5234d59629d?architecture=amd64&image=65301f5a53a51a886582fba1
1. On a Local Run
make codeserver-rhel9-python-3.9
podman run --network=host --name validation-container quay.io/rh_ee_atheodor/workbench-images:codeserver-rhel9-python-3.9-2023b_20231106
Once you finish the inspection:
podman stop validation-container && podman rm validation-container
2. On the Cluster
Deploy on the cluster:
make deploy-rhel9-codeserver-rhel9-python-3.9
Run the Test:
make validate-codeserver-image image=codeserver-rhel9-python-3.9-2023b_20231106
ensure that the test completed successfullyUndeploy:
make undeploy-rhel9-codeserver-rhel9-python-3.9