We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39db95e commit e3679d2Copy full SHA for e3679d2
.github/workflows/ci.yml
@@ -26,9 +26,9 @@ jobs:
26
run: |
27
export LOADER_LIBRARY_PATH="/usr/local/lib"
28
export LOADER_SCRIPT_PATH="`pwd`"
29
- ./build/embedding-python-example
+ ./build/embedding_python_example
30
31
- name: Test Docker Build
32
33
- docker build --build-arg DISABLE_CACHE=`date +%s` -t metacall/embedding-python-example .
34
- docker run --rm metacall/embedding-python-example
+ docker build --build-arg DISABLE_CACHE=`date +%s` -t metacall/embedding_python_example .
+ docker run --rm metacall/embedding_python_example
0 commit comments