File size: 123 Bytes
6c5130b
 
 
 
 
 
 
1
2
3
4
5
6
7
8
FROM projectmonai/monai:latest 

RUN python -m pip install \

        matplotlib \
        openpyxl 

CMD ["bash"]