-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update RStudio, Minicondata and other dependencies (#80)
* Update rstudio and miniconda version * Fix miniconda permission * Update python and pip * Fix conda env file * Do no render Synapse notebook in CI/CD workflow * Remove Synapse notebook from README
- Loading branch information
1 parent
8a79b49
commit 3aec9b6
Showing
10 changed files
with
124 additions
and
97 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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# RStudio | ||
USER=rstudio | ||
PASSWORD=yourpassword | ||
PASSWORD=changeme | ||
USERID=1000 | ||
GROUPID=1000 | ||
ROOT=FALSE | ||
|
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 |
---|---|---|
@@ -1,9 +1,9 @@ | ||
FROM rocker/rstudio:4.0.5 | ||
FROM rocker/rstudio:4.1.2 | ||
|
||
LABEL maintainer="[email protected]" | ||
LABEL description="Base image with RStudio and Conda" | ||
|
||
ENV miniconda3_version="py39_4.9.2" | ||
ENV miniconda3_version="py39_4.10.3" | ||
ENV miniconda_bin_dir="/opt/miniconda/bin" | ||
ENV PATH="${PATH}:${miniconda_bin_dir}" | ||
|
||
|
@@ -49,6 +49,7 @@ RUN conda init bash \ | |
# Fix libssl issue that affects conda env used with reticulate | ||
&& cp /usr/lib/x86_64-linux-gnu/libssl.so.1.1 \ | ||
/opt/miniconda/envs/sage-bionetworks/lib/libssl.so.1.1 \ | ||
# TODO: Use a test for success rather than `|| true`. | ||
&& conda activate base || true \ | ||
&& echo "conda activate sage-bionetworks" >> ~/.bashrc | ||
|
||
|
@@ -61,7 +62,6 @@ RUN install2.r --error renv \ | |
&& R -e "extrafont::font_import(prompt=FALSE)" | ||
|
||
# Configure S6 init system | ||
RUN mv /etc/cont-init.d/userconf /etc/cont-init.d/10-rstudio-userconf | ||
COPY root / | ||
|
||
WORKDIR / | ||
|
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 |
---|---|---|
@@ -1 +1 @@ | ||
4.0.5 | ||
4.1.2 |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
challengeutils==4.0.1 | ||
pandas==1.2.4 | ||
synapseclient==2.3.1 | ||
challengeutils==4.1.0 | ||
pandas==1.4.0 | ||
synapseclient==2.5.1 |
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
Oops, something went wrong.