Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ain3007-project
/
model-inference
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4489f86
model-inference
/
Dockerfile
osbm
Update Dockerfile
6900c58
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
163 Bytes
FROM
ubuntu:latest
ENV
DEBIAN_FRONTEND
=noninteractive
RUN
apt-
get
update
RUN
apt-
get
install -y openslide-tools
COPY . .
RUN
pip install -r requirements.txt