Skip to content

Commit 249e326

Browse files
authored
Fix docker build and clean up old docker stuff (#926)
1 parent 9a4fbc1 commit 249e326

24 files changed

+4
-1426
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
mold
2929
sudo pip3 install -r requirements.txt
3030
- name: Cache dependencies
31-
uses: actions/cache@v3
31+
uses: buildjet/cache@v3
3232
with:
3333
path: |
3434
~/.cargo

.github/workflows/docker-image.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/workflows/ubuntu-packages-and-docker-image.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
runs-on: ${{ matrix.os }}
198198
defaults:
199199
run:
200-
working-directory: pgml-extension/docker/postgresml
200+
working-directory: docker
201201
steps:
202202
- uses: actions/checkout@v2
203203
- name: Login to GitHub Container Registry
@@ -212,6 +212,5 @@ jobs:
212212
docker buildx create --use --name mybuilder
213213
docker buildx build \
214214
--platform linux/amd64,linux/arm64 \
215-
--tag ghcr.io/postgresml/postgresml:${{ inputs.version }} \
216-
--build-arg POSTGRESML_VERSION=${{ inputs.postgresmlVersion }} \
215+
--tag ghcr.io/postgresml/postgresml:${{ inputs.packageVersion }} \
217216
--push .

Dockerfile.local

Lines changed: 0 additions & 107 deletions
This file was deleted.

docker-compose.cuda.yml

Lines changed: 0 additions & 51 deletions
This file was deleted.

docker-compose.local.yml

Lines changed: 0 additions & 19 deletions
This file was deleted.

docker-compose.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)