Hello all,
I have a new Space created, it is a blank docker with a bunch of ML tools installed.
I’ve run it without dev mode and everything installs and the space itself seems to run ok.
I’ve added the required packages as stated in the docs.
RUN apt-get install -y bash curl wget procps git git-lfs
But when I enable dev mode, it attempts to boot and runs into this error.
--> RUN git config --global user.email "xxx@users.noreply.huggingface.co"
error: could not lock config file //.gitconfig: Permission denied
--> ERROR: process "/bin/sh -c git config --global user.email \"xxx@users.noreply.huggingface.co\"" did not complete successfully: exit code: 255
any ideas? did i miss something? thanks in advance