Skip to content

Commit 646876d

Browse files
committed
test: Add FIXME for SDK user base image
1 parent f2c6618 commit 646876d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/e2e/mnist_raycluster_sdk_test.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,9 @@ func TestMNISTRayClusterSDK(t *testing.T) {
153153
Spec: corev1.PodSpec{
154154
Containers: []corev1.Container{
155155
{
156-
Name: "test",
156+
Name: "test",
157+
// FIXME: switch to base Python image once the dependency on OpenShift CLI is removed
158+
// See https://github.com/project-codeflare/codeflare-sdk/pull/146
157159
Image: "quay.io/opendatahub/notebooks:jupyter-minimal-ubi8-python-3.8-4c8f26e",
158160
Command: []string{"/bin/sh", "-c", "pip install codeflare-sdk==" + GetCodeFlareSDKVersion() + " && cp /test/* . && python mnist_raycluster_sdk.py" + " " + namespace.Name},
159161
VolumeMounts: []corev1.VolumeMount{

0 commit comments

Comments
 (0)