corason
corason copied to clipboard
Issues Installing Corason
Hello, I am trying to install corason but I am having some issues. I have already successfully installed bigscape.
I am using the university cluster and in order to install a docker file, I must use the command apptainer
.
What I did was: apptainer pull https://raw.githubusercontent.com/nselem/corason/master/run_corason
.
After running that command, I receive a green file in my directory titled run_corason
.
Now, I want to run
run_corason
. When I run the command, it gives me the error bash:run_corason: command not found...
I'm not sure how to resolve this issue and I would greatly appreciate your help. Thank you.
When I tried, I write command as "~/run_corason"
Did you try this?
Hello,
I have not use apptainer before, but if you were successful in installing the docker, and still need help you can run the docker without run_corason
, instead run docker run --rm -i -t -v $(pwd):/home/output nselem/corason /bin/bash
like in this tutorial