Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
responsibility-framing
/
sociolome
like
0
Sleeping
App
Files
Files
Community
ee23fc5
sociolome
/
Dockerfile
Gosse Minnema
Change notebook version
ee23fc5
9 months ago
raw
Copy download link
history
blame
Safe
157 Bytes
FROM
python:
3.9
WORKDIR
/app
ADD
. /app
RUN
pip install -r requirements_from_rug_demo_version.txt
CMD
[
"python"
,
"-m"
,
"sociolome.lome_webserver"
,
"0.0.0.0"
]