We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent addac24 commit 1700861Copy full SHA for 1700861
appendix
@@ -1,7 +1,5 @@
1
USER root
2
3
-ENV CONDA_ENV=${CONDA_DEFAULT_ENV}
4
-
5
# Install R, RStudio via Rocker scripts
6
ENV R_VERSION="4.4.1"
7
ENV R_DOCKERFILE="verse_${R_VERSION}"
@@ -49,6 +47,9 @@ ONBUILD RUN if [ -d ${REPO_DIR}/childimage/Desktop ]; then \
49
47
fi
50
48
51
# Add the environment
+# hard code conda_env for now. In the final image conda_default_env is notebook but in build context it is /srv/conda/envs/
+# some kind of start change?
52
+ONBUILD ENV CONDA_ENV=notebook
53
ONBUILD RUN echo "Checking for 'conda-lock.yml' or 'environment.yml'..." \
54
; cd "${REPO_DIR}/childimage/" \
55
; [ -d binder ] && cd binder \
0 commit comments