test / cloud /packer /startup-scripts /h2ogpt_nginx.service
iblfe's picture
Upload folder using huggingface_hub
b585c7f verified
raw
history blame contribute delete
No virus
209 Bytes
[Unit]
Description=h2oGPT Nginx Server
After=network.target
[Service]
Type=simple
User=ubuntu
WorkingDirectory=/workspace
ExecStart=/usr/bin/bash /workspace/run_nginx.sh
[Install]
WantedBy=multi-user.target