-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(r): remove wrong spark/hadoop config (#162)
* fix(r): remove wrong spark/hadoop config * fix typo * fix typo
- Loading branch information
Showing
5 changed files
with
9 additions
and
12 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
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
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
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 |
---|---|---|
|
@@ -6,12 +6,7 @@ LABEL maintainer="InseeFrLab <[email protected]>" | |
USER root | ||
|
||
# Install additional libraries and R packages for datascience | ||
RUN napt-get update && \ | ||
apt-get install -y --no-install-recommends \ | ||
language-pack-fr \ | ||
libsecret-1-dev && \ | ||
# Install quarto | ||
/opt/install-quarto.sh && \ | ||
RUN /opt/install-quarto.sh && \ | ||
# Install Shiny Server | ||
/rocker_scripts/install_shiny_server.sh && \ | ||
# Install packages bundles from rocker | ||
|
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