Skip to content

Commit

Permalink
Eliminate base image build step
Browse files Browse the repository at this point in the history
Signed-off-by: Shah, Karan <[email protected]>
  • Loading branch information
MasterSkepticista committed Oct 22, 2024
1 parent f2acf53 commit c192636
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/dockerization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,12 @@ jobs:
python -m pip install --upgrade pip
pip install .
- name: Build base image
run: |
docker build -t openfl -f openfl-docker/Dockerfile.base .
- name: Create workspace image
run: |
fx workspace create --prefix example_workspace --template keras_cnn_mnist
cd example_workspace
fx plan initialize -a localhost
fx workspace dockerize --base_image openfl
fx workspace dockerize --save
- name: Create certificate authority for workspace
run: |
Expand Down Expand Up @@ -76,7 +72,7 @@ jobs:
- name: Load workspace image
run: |
cd example_workspace
docker load -i example_workspace_image.tar
docker load -i example_workspace.tar
- name: Run aggregator and collaborator
run: |
Expand Down

0 comments on commit c192636

Please sign in to comment.