Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
mold
sudo pip3 install -r requirements.txt
- name: Cache dependencies
uses: actions/cache@v3
uses: buildjet/cache@v3
with:
path: |
~/.cargo
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/docker-image.yml

This file was deleted.

5 changes: 2 additions & 3 deletions .github/workflows/ubuntu-packages-and-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ jobs:
runs-on: ${{ matrix.os }}
defaults:
run:
working-directory: pgml-extension/docker/postgresml
working-directory: docker
steps:
- uses: actions/checkout@v2
- name: Login to GitHub Container Registry
Expand All @@ -212,6 +212,5 @@ jobs:
docker buildx create --use --name mybuilder
docker buildx build \
--platform linux/amd64,linux/arm64 \
--tag ghcr.io/postgresml/postgresml:${{ inputs.version }} \
--build-arg POSTGRESML_VERSION=${{ inputs.postgresmlVersion }} \
--tag ghcr.io/postgresml/postgresml:${{ inputs.packageVersion }} \
--push .
107 changes: 0 additions & 107 deletions Dockerfile.local

This file was deleted.

51 changes: 0 additions & 51 deletions docker-compose.cuda.yml

This file was deleted.

19 changes: 0 additions & 19 deletions docker-compose.local.yml

This file was deleted.

35 changes: 0 additions & 35 deletions docker-compose.yml

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/postgresml/DEBIAN/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Version: ${PACKAGE_VERSION}
Section: database
Priority: optional
Architecture: all
Depends: postgresml-python, postgresql-pgml-${PGVERSION} (>= ${PACKAGE_VERSION})
Depends: postgresml-python (>= 2.7.4), postgresql-pgml-${PGVERSION} (>= ${PACKAGE_VERSION})
Maintainer: PostgresML <team@postgresml.org>
Homepage: https://postgresml.org
Description: PostgresML - Generative AI and Simple ML inside PostgreSQL
Expand Down
57 changes: 0 additions & 57 deletions pgml-extension/Dockerfile

This file was deleted.

Empty file removed pgml-extension/MANIFEST.in
Empty file.
20 changes: 0 additions & 20 deletions pgml-extension/MIT-LICENSE.txt

This file was deleted.

Loading