We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Detailed instructions for contributors using Docker could be beneficial (which dependencies image should we use, which Docker command, etc...)
Maybe I'm just being lazy (or have a really bad memory) but I keep forgetting the syntax for running a container with shared volumes.
Plus, the ukaea/paramak:dependencies doesn't seem to be specified anywhere in the installation section.
Just adding the following command would save a lot of time (in my opinion):
docker run -it -v $(pwd):/home/shared ukaea/paramak:dependencies
For windows: docker run -it -v ${PWD}:/home/shared ukaea/paramak:dependencies
docker run -it -v ${PWD}:/home/shared ukaea/paramak:dependencies
The text was updated successfully, but these errors were encountered:
yep nice suggestion. I can take a look at the docs for the install and perhaps move the install into a few separate sections
Everything is on the index page at the moment but that is a bit crowded
Sorry, something went wrong.
No branches or pull requests
Detailed instructions for contributors using Docker could be beneficial (which dependencies image should we use, which Docker command, etc...)
Maybe I'm just being lazy (or have a really bad memory) but I keep forgetting the syntax for running a container with shared volumes.
Plus, the ukaea/paramak:dependencies doesn't seem to be specified anywhere in the installation section.
Just adding the following command would save a lot of time (in my opinion):
docker run -it -v $(pwd):/home/shared ukaea/paramak:dependencies
For windows:
docker run -it -v ${PWD}:/home/shared ukaea/paramak:dependencies
The text was updated successfully, but these errors were encountered: