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:
MakiAi
/
SlideNova
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
SlideNova
/
docker-compose.yml
HALU-HAL
```markdown
ea97156
over 2 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
233 Bytes
# docker-compose.yml
version:
'3'
services:
slidev:
build:
context:
.
dockerfile:
Dockerfile
volumes:
-
./slides:/app/slides
ports:
-
"3030:3030"
-
"8502:8501"
tty:
true
user:
user