Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
RayMelius
/
StockEx
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
StockEx
/
dashboard
/
Dockerfile
RayMelius
Initial commit: StockEx trading platform
9e5fa5b
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
161 Bytes
FROM
fix-base
WORKDIR
/app
# Install dashboard-specific deps
RUN
pip install --no-cache-dir kafka-python requests
COPY
. /app
CMD
[
"python"
,
"dashboard.py"
]