We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 056a542 commit ffa6c1dCopy full SHA for ffa6c1d
federated_learning/breast_density_challenge/Dockerfile
@@ -1,5 +1,6 @@
1
-# use python base image
2
-FROM python:3.8.10
+# We use projectmonai/monai:0.8.1 as base image. Do not modify!
+# Please install any additional dependencies on top of it.
3
+FROM projectmonai/monai:0.8.1
4
ENV DEBIAN_FRONTEND noninteractive
5
6
# specify the server FQDN as commandline argument
0 commit comments