Skip to content

Commit 73d8285

Browse files
committed
remove unnecessary env vars
1 parent 2c387e8 commit 73d8285

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

template/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,8 @@ ENV PIP_DEFAULT_TIMEOUT=100 \
1313
JUPYTER_CONFIG_PATH="/root/.jupyter" \
1414
IPYTHON_CONFIG_PATH="/root/.ipython" \
1515
SERVER_PATH="/root/.server" \
16-
R_VERSION=4.4.2
1716

18-
ENV R_HOME=/opt/R/${R_VERSION} \
19-
JAVA_HOME=/opt/java/openjdk
17+
ENV JAVA_HOME=/opt/java/openjdk
2018

2119
# Install Jupyter
2220
COPY ./requirements.txt requirements.txt

0 commit comments

Comments
 (0)