Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
renumics
/
sliceguard-unstructured-data
like
2
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
72e402a
sliceguard-unstructured-data
/
Dockerfile
dani2112
add data
5766c54
almost 2 years ago
raw
Copy download link
history
blame
Safe
185 Bytes
FROM
python:
3.9
WORKDIR
/code
ENV
HOME=/code
RUN
pip install pip -U
RUN
pip install renumics-spotlight==1.3.0
COPY
. .
COPY
image/ .
RUN
chmod
-R 777 /code
CMD
[
"python"
,
"run.py"
]