Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
VIKRAM989
/
Image-Captioning
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4e28109
Image-Captioning
/
Dockerfile
VIKRAM989
Add application file
40243b5
about 1 month ago
raw
Copy download link
history
blame
Safe
135 Bytes
FROM
python:
3.10
WORKDIR
/app
COPY
. /app
RUN
pip install --no-cache-dir -r requirements.txt
EXPOSE
7860
CMD
[
"python"
,
"main.py"
]