Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
edwagbb
/
code
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ced9d13
code
/
Dockerfile
edwagbb
Update Dockerfile
ced9d13
verified
over 2 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
174 Bytes
FROM
debian:latest
FROM
debian:latest
ARG
DEBIAN_FRONTEND=noninteractive
RUN
apt-get update && apt-get install -y curl
RUN
curl https://get.wasmer.io -sSfL | sh
CMD
wasmer -v