Skip to content

Commit

Permalink
remove dockerfiles for non-docker examples
Browse files Browse the repository at this point in the history
Signed-off-by: Niels Bantilan <niels.bantilan@gmail.com>
  • Loading branch information
cosmicBboy committed Jun 23, 2023
1 parent e01d024 commit 813a170
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 1,181 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/serialize_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
# NOTE: the additional images are for the multi-image containerization examples
run: |
cd ${{ matrix.directory }}
image_uri=ghcr.io/flyte-examples:${{ steps.example_name.outputs.EXAMPLE_NAME }}-${{ github.sha }}
image_uri=ghcr.io/flyteorg/flyte-examples:${{ steps.example_name.outputs.EXAMPLE_NAME }}-${{ github.sha }}
docker build . -t $image_uri
mkdir ./flyte_proto
docker run -i --rm -v $(pwd):/root $image_uri \
Expand Down
31 changes: 0 additions & 31 deletions cookbook/examples/extend_flyte/Dockerfile

This file was deleted.

4 changes: 0 additions & 4 deletions cookbook/examples/extend_flyte/requirements.in

This file was deleted.

Loading

0 comments on commit 813a170

Please sign in to comment.