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

how to mount file while running docker? #27

Open
y6216886 opened this issue Nov 24, 2023 · 1 comment
Open

how to mount file while running docker? #27

y6216886 opened this issue Nov 24, 2023 · 1 comment

Comments

@y6216886
Copy link

using the recommended command
docker run --name clipsketch -it yaelvinker/clipasso_docker /bin/bash
won't mount files from a local path into the path of a docker image.
But I need the mount path in order to update my files.

In other word, how to realize the docker run -v path1:path2 xxx

@y6216886
Copy link
Author

sudo docker run --gpus all --ipc=host -v {your_path}:/home/CLIPasso --rm -it yaelvinker/clipasso_docker /bin/bash
Just use this

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