Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
understanding
/
Twrabox
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
19c6662
Twrabox
/
Dockerfile
understanding
Create Dockerfile
19c6662
verified
8 days ago
raw
Copy download link
history
blame
Safe
167 Bytes
FROM
hrishi2861/terabox:heroku
WORKDIR
/app
COPY
requirements.txt .
RUN
uv venv
RUN
uv pip install --no-cache-dir -r requirements.txt
COPY
. .
CMD
[
"bash"
,
"start.sh"
]