icd10_docker / Dockerfile
lyangas's picture
Update Dockerfile
9a415d3
raw
history blame
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"]