Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
krin002/qfa
krin002
/
img2llm
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
img2llm
/
Dockerfile
krin002
Update Dockerfile
0e8e940
verified
2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
103 Bytes
FROM
openmind000/img2llm:latest
WORKDIR
/app
RUN
chmod
-R 777 /app
EXPOSE
8000
CMD
[
"npm"
,
"start"
]