-
Notifications
You must be signed in to change notification settings - Fork 186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve testing and refactoring of rocker scripts #441
Merged
eitsupi
merged 25 commits into
master
from
eitsupi/refactoring-scripts-and-minor-improvement
May 7, 2022
Merged
Improve testing and refactoring of rocker scripts #441
eitsupi
merged 25 commits into
master
from
eitsupi/refactoring-scripts-and-minor-improvement
May 7, 2022
Conversation
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
…(NB_USER) if it does not exist
- Python is now installed by `install_binder.sh` - rewrite `CMD` to exec form
version specification is deleted because the installation log is not output when >=2.0 is written
and add installation of lsb-release (this is basically included in the base image)
and remove git from `install_binder.sh` dependencies
876034c
to
3a72dfa
Compare
3a72dfa
to
4b0dead
Compare
4b0dead
to
e6cd271
Compare
and minor improvements (reordering of some lines and remove unnecessary lines)
e59642e
to
4dd87e1
Compare
It passed the tests and should work fine, so I will merge this. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add test cases and refactor each script.
With this change, all scripts used in pre-built images (except extra images) will be tested.
install_cuda-10.1.sh
install_cuda-11.1.sh
config_R_cuda.sh
(mainly removing unnecessary
apt update
, which can affect run time, especially in places far from the United States)This PR includes the following PR tasks
(Originally, I think it is better to separate Pull Requests for each modification, but to avoid conflicts in the test definition file, I have put them together in one PR.)
install_rstudio.sh
for suportingubuntu:jammy
(Support installing RStudio Server for Ubuntu 22.04 #435)install_binder.sh
to be able to run alone (Allowsinstall_binder.sh
to be independently executable #438)And some other fixes.
install_cuda-10.1.sh
#442)