Skip to content

Commit ffa6c1d

Browse files
authored
update base image for FL challenge (#743)
1 parent 056a542 commit ffa6c1d

File tree

1 file changed

+3
-2
lines changed
  • federated_learning/breast_density_challenge

1 file changed

+3
-2
lines changed

federated_learning/breast_density_challenge/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
# use python base image
2-
FROM python:3.8.10
1+
# We use projectmonai/monai:0.8.1 as base image. Do not modify!
2+
# Please install any additional dependencies on top of it.
3+
FROM projectmonai/monai:0.8.1
34
ENV DEBIAN_FRONTEND noninteractive
45

56
# specify the server FQDN as commandline argument

0 commit comments

Comments
 (0)