Timeout opening a remote file in docker app #628
Replies: 2 comments 2 replies
-
I have my idea of what could be going on, but to be sure, you should look at a session log in |
Beta Was this translation helpful? Give feedback.
-
@jourdain Thank you for your fast reply.
But I have tried many times to add the missing packages, and I still haven't succeeded, there is always something missing.
The question is this: which is the most suitable docker image to render .vtu files? Here my test repo. |
Beta Was this translation helpful? Give feedback.
-
Hello,
my goal is to pass a remote file .vtu to a viewer onto a docker container.
The
viewervtu
run fine outside the docker, it can open the file and rendering it.Using in docker I have changed to host url with the IP where the .vtu is published but the
request.get(url)
go to TimeoutSession did not start before timeout expired. Check session logs
.``
A snippets of my code :
The
Dockerfile
is :and the
compose.yaml
is :Any help please ? Thank you in advance
Beta Was this translation helpful? Give feedback.
All reactions