Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ligolab
/
icd10_docker
like
0
Runtime error
App
Files
Files
Community
9a415d3
icd10_docker
/
Dockerfile
lyangas
Update Dockerfile
9a415d3
about 1 year ago
raw
Copy download link
history
blame
Safe
206 Bytes
FROM
marirazno/icd10_docker:tag
WORKDIR
/code
COPY
./embedder ./embedder
COPY
./classifiers ./classifiers
COPY
./required_classes.py ./required_classes.py
COPY
./app.py ./app.py
CMD
[
"python"
,
"app.py"
]