Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Steiner <[email protected]>
  • Loading branch information
Robert-Steiner committed Nov 5, 2024
1 parent 5b7eb95 commit b3aa995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/build-docker-image-matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def tag_latest_ubuntu_with_flwr_version(image: BaseImage) -> List[str]:
CUDA_VARIANTS,
)

base_images = ubuntu_base_images + alpine_base_images # + cuda_base_images
base_images = ubuntu_base_images + alpine_base_images

binary_images = (
# ubuntu and alpine images for the latest supported python version
Expand Down

0 comments on commit b3aa995

Please sign in to comment.