Hi,
I’m experiencing in a problem that I don’t understand well how to resolve, after build my image from my laptop with repo2docker and then try to start it from Jhub it goes in Back-off restarting cause it raise and exception
File "/srv/conda/envs/notebook/lib/python3.8/os.py", line 223, in makedirs
mkdir(name, mode)
PermissionError: [Errno 13] Permission denied: '/home/fbalicchia/.local'
I’ve already tried some flags like --user-name
or adding --env
but nothing the problem continues to appear. I’m using repo2docker version 0.11.0
.
Could you tell me some tips please to resolve this issue ?
Thanks for help
–Filippo