Skip to content

Commit f0cde93

Browse files
committed
RHOAIENG-19388: fix the transformers version in manifests
The TrustyAI package has wrong version of transformers package in the ImageStream manifest file compared to what is actually installed on the image. This fixes https://issues.redhat.com/browse/RHOAIENG-19388.
1 parent c0c64e0 commit f0cde93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/base/jupyter-trustyai-notebook-imagestream.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ spec:
2626
[
2727
{"name": "JupyterLab","version": "4.2"},
2828
{"name": "TrustyAI", "version": "0.6"},
29-
{"name": "Transformers", "version": "4.36"},
29+
{"name": "Transformers", "version": "4.38"},
3030
{"name": "Datasets", "version": "2.21"},
3131
{"name": "Accelerate", "version": "0.34"},
3232
{"name": "Torch", "version": "2.2"},

0 commit comments

Comments
 (0)