Skip to content

Commit a5476ae

Browse files
authored
Bump up python version of Dockerfile (#3042)
1 parent 426f252 commit a5476ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://nvflare.readthedocs.io/en/main/quickstart.html#containerized-deployment-with-docker
33
# This Dockerfile is primarily for building Docker images to publish for dashboard.
44

5-
FROM python:3.8
5+
FROM python:3.9
66
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install zip
77
COPY nvflare /opt/NVFlare/nvflare
88
COPY setup.py /opt/NVFlare/setup.py

0 commit comments

Comments
 (0)