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