Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 3, 2025. It is now read-only.

Commit 01597b6

Browse files
startup for unified app
1 parent f44bf1a commit 01597b6

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

‎.gitignore‎

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
log/
22
frontend/
33
backend/
4+
service/
5+
nvdocker
46
images/
57
node_modules/
68
.repo/
7-
gpu_cluster_instances.db
9+
gpu_cluster_instances.db

‎gpu-cluster‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
mkdir -p log
2+
pip3 install -r backend/requirements.txt
3+
yarn --cwd service/frontend
4+
npm run build --prefix service/frontend
5+
sudo python3 service/app.py | tee log/backend.log | sed -e 's/^/[gpu-cluster] /' \

‎startup.sh‎

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /