corason icon indicating copy to clipboard operation
corason copied to clipboard

Issues Installing Corason

Open SevanEsaian opened this issue 1 year ago • 2 comments

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. Screenshot 2023-07-21 at 12 51 30 PM 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.

SevanEsaian avatar Jul 21 '23 19:07 SevanEsaian

When I tried, I write command as "~/run_corason"

Did you try this?

byeollee avatar Aug 15 '23 09:08 byeollee

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

nselem avatar Feb 27 '24 09:02 nselem