Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
* Revert "Only register core (flyteorg#598)"

This reverts commit e4be1f8.

Signed-off-by: Eduardo Apolinario <[email protected]>

* Revert "Fix master (flyteorg#597)"

This reverts commit 503fd43.

Signed-off-by: Eduardo Apolinario <[email protected]>

* Revert "Use slimmer version of flytekit (flyteorg#583)"

This reverts commit 9993b98.

Signed-off-by: Eduardo Apolinario <[email protected]>

Co-authored-by: Eduardo Apolinario <[email protected]>
  • Loading branch information
eapolinario and eapolinario authored Jan 13, 2022
1 parent a995f24 commit 476fea7
Show file tree
Hide file tree
Showing 44 changed files with 2,361 additions and 1,172 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ghcr_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ jobs:
runs-on: ubuntu-latest
needs: ["list"]
strategy:
fail-fast: false
matrix:
directory: "${{ fromJson(needs.list.outputs.packages) }}"
steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/sandbox_register.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v2
- name: "Provide the list"
id: create-list
run: echo "::set-output name=packages::$(find cookbook/core -mindepth 1 -maxdepth 1 -type f -name Dockerfile -exec dirname '{}' \; | sort | jq --raw-input . | jq --slurp . | jq -c .)"
run: echo "::set-output name=packages::$(find cookbook -mindepth 1 -maxdepth 5 -type f -name Dockerfile -exec dirname '{}' \; | sort | jq --raw-input . | jq --slurp . | jq -c .)"
outputs:
packages: "${{ steps.create-list.outputs.packages }}"
# Use matrix strategy to run serialize for all directories in parallel. This also uploads the examples as artifacts
Expand All @@ -36,7 +36,6 @@ jobs:
runs-on: ubuntu-latest
needs: [ "list"]
strategy:
fail-fast: false
matrix:
directory: "${{ fromJson(needs.list.outputs.packages) }}"
steps:
Expand Down
2 changes: 1 addition & 1 deletion cookbook/case_studies/feature_engineering/eda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN : \

RUN : \
&& apt-get update \
&& apt-get install -y python3.8 python3-pip python3-venv make build-essential libssl-dev curl vim git
&& apt-get install -y python3.8 python3-pip python3-venv make build-essential libssl-dev curl vim

# This is necessary for opencv to work
RUN apt-get update && apt-get install -y libsm6 libxext6 libxrender-dev ffmpeg
Expand Down
Loading

0 comments on commit 476fea7

Please sign in to comment.