Replies: 1 comment
-
You need to provide your desired location to clone the repo. You'd likely want to add the following above your git clone line:
That will create a directory called Thus, when the In your version of the definition file above, you didn't change directories. So, my guess is that the git repo was cloned into the root directory of the container (i.e. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@kubu4 I'm trying to clone the CEABiGR repository onto the R Studio server on Mox (need to use Mox because Raven did not have enough memory). I added the following code to the
singularity
definition file:I was able to create a container, but when I launch the R Studio server I have no idea where to find the files I cloned! Is there another way to clone these files/enable the Git panel in R Studio server? I know I can always
rsync
the files but it would be nice to push to the repo directory from Mox.Beta Was this translation helpful? Give feedback.
All reactions