Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
radames
/
whisper.cpp-wasm
like
13
Running
App
Files
Files
Community
4929c44
whisper.cpp-wasm
/
Dockerfile
radames
test::
4929c44
almost 2 years ago
raw
Copy download link
history
blame
171 Bytes
FROM
debian:latest
RUN
apt-get update && apt-get install --no-install-recommends -y nginx; \
echo
"daemon off;"
>> /etc/nginx/nginx.conf
EXPOSE
80
CMD
./usr/sbin/nginx