Update docker_run.sh #8
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I want to load a local pickle file into docker so crafted this extra mapping -
I put pickle file in git repo directory / is it best place? maybe not due to git tracking.
I nest it into a workspace folder on docker container to map back to host.
this works and loads fine. If there's a simpler way - I'm all ears.
P.s Do we we need the gpu guff to get 3090 card working at scale?
docker run --shm-size=1g --ulimit memlock=-1 --ulimit stack=67108864 --gpus all \