We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812cc79 commit 4bce4fbCopy full SHA for 4bce4fb
Dockerfile_exec
@@ -42,5 +42,9 @@ RUN conda env create -f environment.yml
42
43
RUN bash -c 'conda init && . /home/coder/.bashrc && . activate accel && pip install -e /home/coder/projects'
44
45
+USER root
46
+RUN chown -R coder:coder /home/coder/projects
47
+
48
+USER coder
49
# Run as executable
50
ENTRYPOINT ["/neurodocker/startup.sh", "accel_transform"]
0 commit comments