Skip to content

Commit 30712cd

Browse files
committed
Update Open-WebUI tag to 0.5
Update the tag to 0.5
1 parent b29d4e6 commit 30712cd

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.3",
1019+
build_tag=f"{SAC_CONTAINER_PREFIX}/open-webui:0.5",
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.3',
125+
'open-webui_0.5',
126126
'pcp_5',
127127
'pcp_6',
128128
'php_8',

0 commit comments

Comments
 (0)