How can I create connection in docker? #2761
-
In my web application, I loaded multiple configurations of PromptFlow, all using the same connection to a private LLM. When I start the application using Docker, after executing pip install keyrings.alt, running pf connection create --file ./openai.yaml prompts me for a password.
After I've created it, my web application throws an error when running the flow.
|
Beta Was this translation helpful? Give feedback.
Answered by
Dovahkiin8625
Apr 11, 2024
Replies: 1 comment
-
Problem was solved,Edit
REF:Please enter password for encrypted keyring" when running Python script on Ubuntu |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Dovahkiin8625
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem was solved,Edit
/root/.config/python_keyring/keyringrc.cfg
:REF:Please enter password for encrypted keyring" when running Python script on Ubuntu