Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
responsibility-framing
/
sociolome
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
05922fb
sociolome
/
Dockerfile
Gosse Minnema
Initial commit
05922fb
10 months ago
raw
Copy download link
history
blame
Safe
135 Bytes
FROM
python:
3.9
WORKDIR
/app
ADD
. /app
RUN
pip install -r requirements.txt
CMD
[
"python"
,
"-m"
,
"sociolome.lome_webserver"
,
"0.0.0.0"
]