You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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 errorbash:run_corason: command not found...
I'm not sure how to resolve this issue and I would greatly appreciate your help.
Thank you.
The text was updated successfully, but these errors were encountered: