Skip to content

Commit

Permalink
fix: Remove jupyter and dagster
Browse files Browse the repository at this point in the history
  • Loading branch information
aiakide committed Nov 6, 2023
1 parent 91d30ed commit 433f9f6
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,31 +54,7 @@ jobs:
key: ${{ runner.os }}-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-buildx-
- name: Build and push jupyter Docker image
id: docker_build_amd64_jupyter
uses: docker/build-push-action@v2.4.0
with:
context: .
file: ./docker/jupyter/Dockerfile
tags: codecentric/from-jupyter-to-production-jupyter:1.0.0
push: true
builder: ${{ steps.buildx.outputs.name }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
platforms: linux/amd64,linux/arm64
- name: Build and push dagster Docker image
id: docker_build_amd64_dagster
uses: docker/build-push-action@v2.4.0
with:
context: .
file: ./docker/dagster/Dockerfile
tags: codecentric/from-jupyter-to-production-dagster:1.0.0
push: true
builder: ${{ steps.buildx.outputs.name }}
cache-from: type=local,src=/tmp/.buildx-cache
cache-to: type=local,dest=/tmp/.buildx-cache
platforms: linux/amd64,linux/arm64
- name: Build and push mlflow Docker image
id: docker_build_amd64_mlflow
uses: docker/build-push-action@v2.4.0
Expand Down

0 comments on commit 433f9f6

Please sign in to comment.