Skip to content

Commit

Permalink
use nightly
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 4, 2024
1 parent 129546e commit 041982a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/docker/complete/compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
build:
context: ${PROJECT_DIR:-.}
dockerfile_inline: |
image: flwr/superlink:${FLWR_VERSION:-nightly}
FROM flwr/serverapp:${FLWR_VERSION:-nightly}
# gcc is required for the fastai quickstart example
USER root
Expand All @@ -41,7 +41,7 @@ services:

# create a two SuperNode service with different node configs
supernode-1:
image: flwr/supernode:${FLWR_VERSION:-1.12.0}
image: flwr/supernode:${FLWR_VERSION:-nightly}
command:
- --insecure
- --superlink
Expand All @@ -56,7 +56,7 @@ services:
- superlink

supernode-2:
image: flwr/supernode:${FLWR_VERSION:-1.12.0}
image: flwr/supernode:${FLWR_VERSION:-nightly}
command:
- --insecure
- --superlink
Expand All @@ -73,7 +73,7 @@ services:
# uncomment to add another SuperNode
#
# supernode-3:
# image: flwr/supernode:${FLWR_VERSION:-1.12.0}
# image: flwr/supernode:${FLWR_VERSION:-nightly}
# command:
# - --insecure
# - --superlink
Expand All @@ -91,7 +91,7 @@ services:
build:
context: ${PROJECT_DIR:-.}
dockerfile_inline: |
FROM flwr/clientapp:${FLWR_VERSION:-1.12.0}
FROM flwr/clientapp:${FLWR_VERSION:-nightly}
# gcc is required for the fastai quickstart example
USER root
Expand Down Expand Up @@ -122,7 +122,7 @@ services:
build:
context: ${PROJECT_DIR:-.}
dockerfile_inline: |
FROM flwr/clientapp:${FLWR_VERSION:-1.12.0}
FROM flwr/clientapp:${FLWR_VERSION:-nightly}
# gcc is required for the fastai quickstart example
USER root
Expand Down Expand Up @@ -155,7 +155,7 @@ services:
# build:
# context: ${PROJECT_DIR:-.}
# dockerfile_inline: |
# FROM flwr/clientapp:${FLWR_VERSION:-1.12.0}
# FROM flwr/clientapp:${FLWR_VERSION:-nightly}

# # gcc is required for the fastai quickstart example
# USER root
Expand Down

0 comments on commit 041982a

Please sign in to comment.