Skip to content

Commit 51a6d75

Browse files
committed
force root in docker
1 parent b0cb608 commit 51a6d75

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

envs/r_env/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ WORKDIR /work
44

55
COPY environment.yaml /tmp/environment.yml
66

7+
USER root
8+
79
RUN micromamba install -y -n base -f /tmp/environment.yml && micromamba clean -a -y
810

911
ENV PATH="/opt/conda/bin:${PATH}"

0 commit comments

Comments
 (0)