SwinUNETR_body_segmentation / Dockerfile_monai
Margerie's picture
Upload Dockerfile_monai
6c5130b verified
raw
history blame contribute delete
No virus
123 Bytes
FROM projectmonai/monai:latest
RUN python -m pip install \
matplotlib \
openpyxl
CMD ["bash"]