Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 7e8357b

Browse files
committed
change docker base image to arm compatible
1 parent 550c767 commit 7e8357b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

extras/webui/dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM node:lts-alpine as base
1+
FROM node:buster-slim as base
22

33
ENV DATA_PATH="data"
44
ENV PUBLIC_OPEN_AI_ENDPOINT="http://127.0.0.1:5000/v1"

extras/webui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webui",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"private": true,
55
"scripts": {
66
"dev": "vite dev",

0 commit comments

Comments
 (0)