picgen / picgen.service
devindevine's picture
Upload 23 files
f02dec0 verified
raw
history blame contribute delete
520 Bytes
[Unit]
Description=Picgen Image Editor Application
After=network.target
[Service]
Type=simple
User=root
WorkingDirectory=/root/picgen
Environment="PYTHONUNBUFFERED=1"
Environment="HF_HOME=/root/.cache/huggingface"
Environment="PYTORCH_CUDA_ALLOC_CONF=expandable_segments:True"
Environment="CUDA_LAUNCH_BLOCKING=0"
ExecStart=/usr/bin/python3 /root/picgen/app.py
Restart=always
RestartSec=10
StandardOutput=append:/root/picgen/picgen.log
StandardError=append:/root/picgen/picgen.log
[Install]
WantedBy=multi-user.target