Skip to content

Commit

Permalink
Bump up python version of Dockerfile (#3042)
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacYangSLA authored Oct 15, 2024
1 parent 426f252 commit a5476ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://nvflare.readthedocs.io/en/main/quickstart.html#containerized-deployment-with-docker
# This Dockerfile is primarily for building Docker images to publish for dashboard.

FROM python:3.8
FROM python:3.9
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get -y install zip
COPY nvflare /opt/NVFlare/nvflare
COPY setup.py /opt/NVFlare/setup.py
Expand Down

0 comments on commit a5476ae

Please sign in to comment.