Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tschm
/
SecretSanta
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
SecretSanta
/
build_docker.sh
tschm
build_docker test script
061c427
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
85 Bytes
#!/bin/bash
docker build -t marimo-app .
docker run -it --
rm
-p 7860:7860 marimo-app