MVPilgrim commited on
Commit
a058eb1
·
verified ·
1 Parent(s): df91f73

Update startup.sh

Browse files
Files changed (1) hide show
  1. startup.sh +2 -2
startup.sh CHANGED
@@ -1,7 +1,7 @@
1
  #! /bin/bash
2
 
3
- echo "#### ldd weaviate"
4
- ldd /app/weaviate
5
 
6
  echo "#### Before /app/weaviate"
7
  /app/weaviate --host 127.0.0.1 --port 8080 --scheme http &
 
1
  #! /bin/bash
2
 
3
+ echo "#### show weaviate-client version"
4
+ pip show -f weaviate-client
5
 
6
  echo "#### Before /app/weaviate"
7
  /app/weaviate --host 127.0.0.1 --port 8080 --scheme http &