File size: 206 Bytes
9a415d3
6304a81
 
 
da7535b
 
6304a81
 
 
 
1
2
3
4
5
6
7
8
9
10
11
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"]