Skip to content

Commit 1700861

Browse files
authored
Update appendix
1 parent addac24 commit 1700861

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

appendix

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
USER root
22

3-
ENV CONDA_ENV=${CONDA_DEFAULT_ENV}
4-
53
# Install R, RStudio via Rocker scripts
64
ENV R_VERSION="4.4.1"
75
ENV R_DOCKERFILE="verse_${R_VERSION}"
@@ -49,6 +47,9 @@ ONBUILD RUN if [ -d ${REPO_DIR}/childimage/Desktop ]; then \
4947
fi
5048

5149
# Add the environment
50+
# hard code conda_env for now. In the final image conda_default_env is notebook but in build context it is /srv/conda/envs/
51+
# some kind of start change?
52+
ONBUILD ENV CONDA_ENV=notebook
5253
ONBUILD RUN echo "Checking for 'conda-lock.yml' or 'environment.yml'..." \
5354
; cd "${REPO_DIR}/childimage/" \
5455
; [ -d binder ] && cd binder \

0 commit comments

Comments
 (0)