Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
iyj1gs
/
mimimi
like
0
Runtime error
App
Files
Files
Fetching metadata from the HF Docker repository...
main
mimimi
/
Dockerfile
iyj1gs
Create Dockerfile
f5458f1
verified
about 2 years ago
raw
Copy download link
history
blame
Safe
160 Bytes
FROM
khanonci/oai-reverse-proxy:latest
WORKDIR
/app
COPY
greeting.md* .
env
* ./
EXPOSE
7860
ENV
NODE_ENV=production
ENV
NODE_OPTIONS=
"--max-old-space-size=12882"