The path to load_complete.marker is set incorrectly in e2e/docker-compose.yml #2775
Closed
michaldorsett
started this conversation in
Bug Reports
Replies: 1 comment 2 replies
-
Hi @michaldorsett - thanks for reporting the issue. In CI, we don't use [NB: This only affects people building TensorZero itself, not people building on top of TensorZero.] |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
load_fixtures.sh
touchesload_complete.marker
at the root, whereastensorzero-core/tests/e2e/docker-compose.yml
looks for it under/tmp/
. This causesdocker compose -f tensorzero-core/tests/e2e/docker-compose.yml up --wait
to fail.Beta Was this translation helpful? Give feedback.
All reactions