Dev Container with access to AI on external server #15818
-
Hello, How does one configure for this scenario? Is there a I have tried
and
but these are unsuccessful in allowing the dev container connect to the Ollama system. The container that Theia builds is always using the My Theia system is running on Ubuntu 24.04 with Docker Desktop 4.41.2 (191736) installed. Any help is greatly appreciated. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
cc @jonah-iden, do we support |
Beta Was this translation helpful? Give feedback.
-
no we do not have support for |
Beta Was this translation helpful? Give feedback.
-
Thanks for the quick response! I don't have much free time at the moment, I can't promise anything. Before I get ahead of myself, would NetworkMode=host even achieve what I'm looking for? |
Beta Was this translation helpful? Give feedback.
no we do not have support for
runArgs
yet. I don't even know if we even could support run args since we are using dockerode for container creation and management. We would have to parse the entries and map those options to dockerode ones.But we also don't have support yet for changing the network mode in general