ryannikolaidis
d9a0bd741a
fix: build test failures ( #1748 )
...
* Fix missing HF_TOKEN when running containerized test for the build
process
* Fix pytest args when running specific test
## Testing
Example run of the HF_TOKEN assgned for the containerized test in the
build process:
https://github.com/Unstructured-IO/unstructured/actions/runs/6504556437/job/17666669155
Example run of the pytest args working for the arm test (ran in a new
workflow for testing on push):
https://github.com/Unstructured-IO/unstructured/actions/runs/6504213010
2023-10-13 01:08:27 -07:00
cragwolfe
d835fb1086
chore: bump pip version in published image ( #1111 )
...
for consistency with the development environment, i.e. the Makefile.
2023-08-14 21:59:31 +00:00
Yuming Long
067eb5701f
Fix: docker build with missing dependency ( #931 )
...
* pip -compile
* test trigger
* Revert "test trigger"
This reverts commit 69d4c8cd9f285f6ef4bf445f5fb27b5c62e1391c.
* version conflict and pip compile
2023-07-14 22:20:11 +00:00
Trevor Bossert
66f2d4b280
Add both arm and amd builds to manifests ( #899 )
2023-07-10 10:15:15 -07:00
cragwolfe
209054f0db
build(image): revert docker build tweak for arm64 ( #887 )
...
arm64 Images (and amd64 ones) now building again in CI 😐 .
2023-07-06 06:46:40 +00:00
cragwolfe
cb2866b159
build(image): docker build tweak for arm64 ( #871 )
...
Fixes issue where arm64 docker builds were failing and preventing images from being published.
2023-06-30 20:49:31 -07:00
ryannikolaidis
92e55eb89e
fix: add api key to image publishing workflow tests ( #854 )
2023-06-29 20:46:07 +00:00
ryannikolaidis
078e2aa116
ci: fix arm build issue with docker driver ( #810 )
2023-06-26 22:39:00 +00:00
ryannikolaidis
7f0f5fab04
ci: fix amd build issue ( #804 )
2023-06-24 23:46:32 +00:00
Trevor Bossert
cf70c86574
Build from rocky base image ( #665 )
...
* build from Rocky linux unstructured base image
* add qemu for arm
* comment out push while testing
* remove quotes
* Add arch
* bump login action
* add ARCH env var to the push step
* run only subset of tests on arm image
Tests on emulated arm are extremely slow. Likelyhood of something breaking in arm image only, is minimal. I say that knowing I likely just jinxed us.
* re-enable push from main
* add a dnf cleanup
* version bump
* move from dev to minor version bump
2023-06-01 12:16:04 -07:00
ryannikolaidis
ee52a749c3
fix: docker smoke test on build ( #457 )
2023-04-06 10:03:42 -07:00
ryannikolaidis
59785e4332
chore: install all extras in Dockerfile ( #419 )
...
* Adds step to install all extras
* Adds smoke test of wikipedia ingest to validate in CI
2023-03-30 13:23:30 -07:00
ryannikolaidis
19fb3031be
ci: update CI for deprecated set-output ( #417 )
2023-03-29 20:49:21 -07:00
ryannikolaidis
65fec954ba
ci: publish amd and arm images ( #404 )
2023-03-29 07:02:39 +00:00
ryannikolaidis
e1a8db51ad
ci: test before publishing docker image ( #390 )
2023-03-27 13:16:48 -07:00
ryannikolaidis
1e39e1ac2a
ci: Adds workflow to publish docker builds ( #377 )
2023-03-19 21:53:05 +00:00