graue70
graue70
I don't see how `docker-compose` helps in this case, but feel free to post instructions on how to build AAA with it.
See [this guide](https://guides.github.com/features/mastering-markdown/) for information on how to format your post. There is also a preview feature where you can check your text before posting it.
Regarding your issue: `uvicorn-gunicorn-fastapi:python3.7` is based on `uvicorn-gunicorn:python3.7` which is based on `python:3.7` which is based on `buildpack-deps:buster` which is a Debian Buster OS. That means you can install `openjdk-8-jdk`...
In the meantime, you can use this: ```Dockerfile FROM tiangolo/uvicorn-gunicorn:python3.8 RUN PIP_NO_CACHE_DIR=1 \ PIP_DISABLE_PIP_VERSION_CHECK=1 \ pip install fastapi # ... COPY ./app /app ``` It is inspired by [the original...
Related to #53.
Related to #53.
To clarify: This is about the 'About' section of the github repository. It is NOT about the `README.md` file.
> Do you need this for anything or is this just something that occurred to you? Not needed. Just unexpected behavior.
The problem occurs more often than I thought. Check the following example: ```sparql PREFIX wdt: PREFIX wd: SELECT ?wife ?child WHERE { wd:Q35332 wdt:P26 ?wife . OPTIONAL { ?wife wdt:P40...
@joka921 Can you please [transfer](https://docs.github.com/en/issues/tracking-your-work-with-issues/transferring-an-issue-to-another-repository) the issue to https://github.com/ad-freiburg/qlever-ui in that case?