mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-18 01:31:02 +02:00
Build both packages to one container, bump version
This commit is contained in:
parent
b84124f177
commit
06ac734a33
4 changed files with 21 additions and 15 deletions
6
Makefile
6
Makefile
|
|
@ -1,17 +1,15 @@
|
|||
|
||||
# VERSION=$(shell git describe | sed 's/^v//')
|
||||
VERSION=0.11.5
|
||||
VERSION=0.11.6
|
||||
|
||||
DOCKER=podman
|
||||
|
||||
all: pkgs
|
||||
all: container
|
||||
|
||||
pkgs:
|
||||
pip3 wheel --no-deps --wheel-dir dist trustgraph-core/
|
||||
pip3 wheel --no-deps --wheel-dir dist trustgraph-embeddings-hf/
|
||||
|
||||
# container
|
||||
|
||||
CONTAINER=docker.io/trustgraph/trustgraph-flow
|
||||
|
||||
container:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue