File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ RUN mkdir -p /home/user/c-pac_user \
3232ENV PYTHONUSERBASE=/home/c-pac_user/.local
3333ENV PATH=$PATH:/home/c-pac_user/.local/bin \
3434 PYTHONPATH=$PYTHONPATH:$PYTHONUSERBASE/lib/python3.10/site-packages
35- USER c-pac_user
3635RUN pip install -r /code/requirements.txt && pip install -e /code
36+ USER c-pac_user
3737ENV FSLDIR="/FSLDIR"
3838ENTRYPOINT [ "/code/run.py" ]
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ RUN mkdir -p /home/user/c-pac_user \
3232ENV PYTHONUSERBASE=/home/c-pac_user/.local
3333ENV PATH=$PATH:/home/c-pac_user/.local/bin \
3434 PYTHONPATH=$PYTHONPATH:$PYTHONUSERBASE/lib/python3.10/site-packages
35- USER c-pac_user
3635RUN pip install -r /code/requirements.txt && pip install -e /code
36+ USER c-pac_user
3737ENV FSLDIR="/FSLDIR"
3838ENTRYPOINT [ "/code/run.py" ]
You can’t perform that action at this time.
0 commit comments