Skip to content

Commit

Permalink
[openfl-docker] Remove startup script dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Shah, Karan <[email protected]>
  • Loading branch information
MasterSkepticista committed Oct 18, 2024
1 parent 27d518b commit 1a68729
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 26 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/dockerization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,10 @@ jobs:
docker run --rm \
--network host \
--mount type=bind,source=./cert_agg.tar,target=/certs.tar \
-e CONTAINER_TYPE=aggregator \
example_workspace /home/openfl/openfl-docker/start_actor_in_container.sh &
example_workspace bash -c "tar -xf /certs.tar && fx aggregator start" &
# TODO: Run with two collaborators instead.
docker run --rm \
--network host \
--mount type=bind,source=./cert_col_charlie.tar,target=/certs.tar \
-e CONTAINER_TYPE=collaborator \
-e COL=charlie \
example_workspace /home/openfl/openfl-docker/start_actor_in_container.sh
example_workspace bash -c "tar -xf /certs.tar && fx collaborator certify --import agg_to_col_charlie_signed_cert.zip && fx collaborator start -n charlie"
6 changes: 0 additions & 6 deletions openfl-docker/Makefile

This file was deleted.

14 changes: 0 additions & 14 deletions openfl-docker/start_actor_in_container.sh

This file was deleted.

0 comments on commit 1a68729

Please sign in to comment.