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 59fab9e commit 3209241Copy full SHA for 3209241
r-jupyter/Dockerfile
@@ -9,8 +9,9 @@ LABEL instagram="https://www.instagram.com/oneoffcoder/"
9
LABEL youtube="https://www.youtube.com/channel/UCCCv8Glpb2dq2mhUj5mcHCQ"
10
LABEL linkedin="https://www.linkedin.com/company/one-off-coder"
11
12
+ENV NODE_HOME=/usr/local/node-v14.15.1-linux-x64
13
ENV CONDA_HOME=/usr/local/conda
-ENV PATH=${CONDA_HOME}/bin:${PATH}
14
+ENV PATH=${NODE_HOME}/bin:${CONDA_HOME}/bin:${PATH}
15
ENV DEBIAN_FRONTEND=noninteractive
16
ENV NOTEBOOK_PASSWORD=""
17
0 commit comments