pro / app.py
jiseki's picture
Create app.py
1d148ea verified
raw
history blame contribute delete
310 Bytes
import os
# Node.jsのインストール
os.system("apt-get update && apt-get install -y nodejs npm")
# 次に必要なコマンドを実行
os.system("""
git clone https://github.com/izum00/primitive-cloud-server-huggingface.git && \
cd primitive-cloud-server-huggingface && \
npm install && \
npm start
""")