Skip to content

Commit

Permalink
remove example
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Steiner <robert@flower.ai>
  • Loading branch information
Robert-Steiner committed May 23, 2024
1 parent 0eadfd6 commit 01b26dc
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions dev/build-docker-image-matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,35 +170,6 @@ def tag_latest_ubuntu_with_flwr_version(image: BaseImage) -> List[str]:
)
)

# {
# "base": {
# "images": [
# {
# "distro": {
# "name": "ubuntu",
# "version": "22.04"
# },
# "python_version": "3.8",
# "namespace_repository": "flwr/base",
# "file_dir": "src/docker/base/ubuntu",
# "tag": "1.8.0-py3.8-ubuntu22.04",
# "flwr_version": "1.8.0"
# },
# ...
# ]
# },
# "binary": {
# "images": [
# {
# "namespace_repository": "flwr/superlink",
# "file_dir": "src/docker/superlink",
# "base_image": "1.8.0-py3.11-alpine3.19",
# "tags": "1.8.0-py3.11-alpine3.19\n1.8.0"
# },
# ...
# ]
# }
# }
print(
json.dumps(
{
Expand Down

0 comments on commit 01b26dc

Please sign in to comment.