Skip to content

Commit 2f71b7c

Browse files
committed
Change open-webui tag to 0
1 parent c771f24 commit 2f71b7c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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",
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',
126126
'pcp_5',
127127
'pcp_6',
128128
'php_8',

0 commit comments

Comments
 (0)