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 e3679d2 commit 3af1c51Copy full SHA for 3af1c51
README.md
@@ -28,14 +28,14 @@ From project root directory, run the following commands:
28
```bash
29
export LOADER_LIBRARY_PATH="/usr/local/lib"
30
export LOADER_SCRIPT_PATH="`pwd`"
31
-embedding-python-example
+embedding_python_example
32
```
33
34
## Docker
35
36
Building and running with Docker:
37
38
39
-docker build --build-arg DISABLE_CACHE=`date +%s` -t metacall/embedding-python-example .
40
-docker run --rm -it metacall/embedding-python-example
+docker build --build-arg DISABLE_CACHE=`date +%s` -t metacall/embedding_python_example .
+docker run --rm -it metacall/embedding_python_example
41
0 commit comments