Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

langstream python run-tests should quote all arguments #752

Open
ddieruf opened this issue Dec 22, 2023 · 0 comments
Open

langstream python run-tests should quote all arguments #752

ddieruf opened this issue Dec 22, 2023 · 0 comments

Comments

@ddieruf
Copy link
Member

ddieruf commented Dec 22, 2023

I am able to create this which is not real great form.

docker run --rm --entrypoint /bin/bash -w /code/application/python -v /mnt/c/Users/david/source/ddieruf/AI Stories/EP1 - Smart Logs/Vector Store  and Search/langStream/./application:/code/application --env-file ./env ghcr.io/langstream/langstream-runtime-tester:0.5.6

This would be better

docker run --rm --entrypoint "/bin/bash" -w "/code/application/python" -v "/mnt/c/Users/david/source/ddieruf/AI Stories/EP1 - Smart Logs/Vector Store  and Search/langStream/./application":"/code/application" --env-file ./env ghcr.io/langstream/langstream-runtime-tester:0.5.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant