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 189b1ab commit b28f825Copy full SHA for b28f825
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