Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
coder-vansh
/
JARVIS
like
37
Running
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
refs/pr/1
JARVIS
/
render.yaml
coder-vansh
fix: add Procfile and runtime.txt for Railway
c3360e6
3 months ago
raw
Copy download link
history
blame
193 Bytes
services:
-
type:
web
name:
jarvis
runtime:
python
buildCommand:
pip
install
-r
requirements.txt
startCommand:
python
run.py
envVars:
-
key:
PORT
value:
8000