Open NicoLaval opened 5 months ago
confirming on a non-PR (see #1371 ) image and placing port option before image name and not having any 70 in it:
❯ docker run --name qlever --rm -p 7879:7879 adfreiburg/qlever:commit-e3dcc9c
Error in command-line argument: '70' could not be parsed as a memory size. Examples for valid memory sizes are "4 B", "3.21 MB", "2.392 TB".
-h [ --help ] Produce this help message.
-i [ --index-basename ] arg The basename of the index files
...
as for a newbee - yet to figure out how to try to use it...
Hi,
pip
. We keep it in sync with all changes in the interface of the actual QLever binaries. In particular it optionally outputs the correct command line arguments to manual calls to the QLever binaries, should you ever need them.
Hi,
I tried to instantiate the latest dockerhub Qlever release with a really simple cmd:
I had the following issue:
I tried to add
-e MEMORY_FOR_QUERIES=1
,-m 1 GB
, it didn't succeed.Independently from this issue, can you confirm that it's possible to start Qlever without initial indexed data? (and provide them later?)