Skip to content

Commit a01ad7f

Browse files
authored
Merge pull request #764 from SUSE/revert-763-openwebui
Revert "Update Open-WebUI tag to 0.5"
2 parents ffd6851 + 1a325dd commit a01ad7f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bci_tester/data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ def create_BCI(
10161016
)
10171017

10181018
OPENWEBUI_CONTAINER = create_BCI(
1019-
build_tag=f"{SAC_CONTAINER_PREFIX}/open-webui:0.5",
1019+
build_tag=f"{SAC_CONTAINER_PREFIX}/open-webui:0.3",
10201020
bci_type=ImageType.SAC_APPLICATION,
10211021
available_versions=["15.6-ai"],
10221022
forwarded_ports=[PortForwarding(container_port=8080)],

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ markers = [
122122
'openjdk-devel_21',
123123
'openjdk-devel_23',
124124
'ollama_0',
125-
'open-webui_0.5',
125+
'open-webui_0.3',
126126
'pcp_5',
127127
'pcp_6',
128128
'php_8',

0 commit comments

Comments
 (0)