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 d9d24ee commit c5f39ccCopy full SHA for c5f39cc
.github/workflows/docker-chatbot-rag-app.yml
@@ -63,7 +63,7 @@ jobs:
63
run: | # This tests ELSER is working, which doesn't require an LLM.
64
cp env.example .env
65
# same as `docker compose run --rm -T create-index`, except pull never
66
- docker run --rm -T --name create-index --env-file .env --pull never \
+ docker run --rm --name create-index --env-file .env --pull never \
67
--add-host "localhost:host-gateway" ${{ env.IMAGE }} flask create-index
68
- name: export digest
69
if: github.event_name == 'push'
0 commit comments