We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ffd6851 + 1a325dd commit a01ad7fCopy full SHA for a01ad7f
bci_tester/data.py
@@ -1016,7 +1016,7 @@ def create_BCI(
1016
)
1017
1018
OPENWEBUI_CONTAINER = create_BCI(
1019
- build_tag=f"{SAC_CONTAINER_PREFIX}/open-webui:0.5",
+ build_tag=f"{SAC_CONTAINER_PREFIX}/open-webui:0.3",
1020
bci_type=ImageType.SAC_APPLICATION,
1021
available_versions=["15.6-ai"],
1022
forwarded_ports=[PortForwarding(container_port=8080)],
pyproject.toml
@@ -122,7 +122,7 @@ markers = [
122
'openjdk-devel_21',
123
'openjdk-devel_23',
124
'ollama_0',
125
- 'open-webui_0.5',
+ 'open-webui_0.3',
126
'pcp_5',
127
'pcp_6',
128
'php_8',
0 commit comments