8618718b714a771d7a5ea58e2f9f822f0c1a3c5f
Two pre-existing drifts between package.json and pnpm-lock.yaml were breaking `pnpm install --frozen-lockfile` in CI: - `@gpustack/core-ui` was bumped to `^1.0.9` in package.json without regenerating the lockfile (lockfile still pinned the prior 1.0.6 resolution). Pin to `^1.0.7` instead — 1.0.9 ships a packaging glitch that surfaces a `Calling \`require\` for "react"` exception at module init under MFSU, so the matching enterprise build was already reverted; 1.0.7 is the last known-good across both repos. - `react-router-dom` had `^6.30.3` in package.json but `6.30.3` (no caret) in the lockfile spec. Match the lockfile to keep the intentional pin from the original add. `pnpm install --frozen-lockfile` now passes locally.
GPUStack UI
UI for GPUStack.
Installation
- Nodejs 16.0+(with NPM)
If you're on Mac
brew install node
npm install -g pnpm
- Setup
git clone https://github.com/gpustack/gpustack-ui/
- Install dependencies
cd gpustack-ui
pnpm install
Usage
- Run development server (at http://localhost:9000)
npm run dev
- build release
npm run build
Bugs & Issues
- Please submit bugs and issues with a label
ui
Links
- Official website: https://gpustack.ai/
- Documents: https://docs.gpustack.ai/latest/overview/
Languages
TypeScript
68.9%
JavaScript
29.4%
Less
1.4%
CSS
0.3%