Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
gordonchan
/
aidcard
like
0
Paused
App
Files
Files
Community
fd1b19b
aidcard
/
Dockerfile
gordonchan
Update Dockerfile
9bcb5fe
verified
2 months ago
raw
Copy download link
history
blame
Safe
163 Bytes
FROM
ghcr.io/foxioat/aicard:main
WORKDIR
/app
ENV
MPLCONFIGDIR=/.cache
RUN
mkdir
/.cache &&
chmod
777 /.cache &&
ls
EXPOSE
7860
ENTRYPOINT
[
"python3"
,
"app.py"
]