Skip to content

Instantly share code, notes, and snippets.

@RohitChattopadhyay
Last active August 1, 2019 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RohitChattopadhyay/de23a7085a22a8fa05991f07e6ce2e6c to your computer and use it in GitHub Desktop.
Save RohitChattopadhyay/de23a7085a22a8fa05991f07e6ce2e6c to your computer and use it in GitHub Desktop.
// Link to JAR file http://reach.nrnb-docker.ucsd.edu/reach.jar
docker rm -f reach-pipeline
docker run --name reach-pipeline \
-e MACHINE_ID=2 -e RAM=50 \
-v /home/chattopadhyayr/datageneration/pipeline/reach/reach:/src/reach \
-v /home/chattopadhyayr/datageneration/pipeline/reach/reach.jar:/src/reach.jar \
-t reach-pipeline:latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment