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

docker: can't see file within the folder? #133

Open
j2l opened this issue Nov 8, 2024 · 2 comments
Open

docker: can't see file within the folder? #133

j2l opened this issue Nov 8, 2024 · 2 comments
Assignees
Labels
docker problems Docker related problems

Comments

@j2l
Copy link

j2l commented Nov 8, 2024

image
This one use root but it's the same problem when using the default user setup in the Dockerfile.

@AmmarkoV AmmarkoV self-assigned this Nov 8, 2024
@AmmarkoV
Copy link
Collaborator

AmmarkoV commented Nov 8, 2024

This seems to be a linker/shell problem (?)
LD_LIBRARY_PATH=. ./MocapNET2LiveWebcamDemo maybe would see the files ( that are on the same directory ? )

@AmmarkoV AmmarkoV added the docker problems Docker related problems label Nov 8, 2024
@j2l
Copy link
Author

j2l commented Nov 8, 2024

LD_LIBRARY_PATH in ~/.bashrc? This is for all the projects, not just MocapNET.
Currently it's export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:/usr/local/cuda-12.6/lib64" on the host.
Or do you speak about the container? Should be changed in Dockerfile then, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker problems Docker related problems
Projects
None yet
Development

No branches or pull requests

2 participants