-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
37 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,11 +3,11 @@ FROM quay.io/jupyter/minimal-notebook | |
LABEL maintainer="Dani Arribas-Bel <[email protected]>" | ||
|
||
# Set version | ||
ENV GDS_ENV_VERSION "11.0alpha" | ||
ENV GDS_ENV_VERSION="11.0alpha" | ||
ARG BUILDARCH | ||
|
||
# https://github.com/ContinuumIO/docker-images/blob/master/miniconda3/Dockerfile | ||
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8 | ||
ENV LANG="C.UTF-8 LC_ALL=C.UTF-8" | ||
|
||
RUN echo "Starting build of GDS env $GDS_ENV_VERSION for $BUILDARCH at: $(date)" | ||
|
||
|
@@ -25,7 +25,7 @@ ADD ./gds_$BUILDARCH.yml /home/${NB_USER}/gds.yml | |
ENV PATH="/opt/conda/envs/gds/bin/:${PATH}" | ||
RUN $HOME/scripts/install_conda_env.sh | ||
|
||
RUN $HOME/scripts/install_r_extra.sh | ||
#RUN $HOME/scripts/install_r_extra.sh | ||
|
||
USER root | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters