Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
clb-jupyter-nb-images
Manage
Activity
Members
Labels
Plan
Issues
2
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EBRAINS RI
Tech Hub
Platform
Lab
clb-jupyter-nb-images
Commits
2d92a455
Commit
2d92a455
authored
4 years ago
by
Florian Deuerlein
Browse files
Options
Downloads
Patches
Plain Diff
added option to use gcc10
parent
4b0981da
No related branches found
No related tags found
1 merge request
!3
Feature/gcc10
Pipeline
#2530
failed with stage
in 25 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
base/Dockerfile
+2
-0
2 additions, 0 deletions
base/Dockerfile
with
2 additions
and
0 deletions
base/Dockerfile
+
2
−
0
View file @
2d92a455
...
...
@@ -16,9 +16,11 @@ RUN curl -SsL https://rpm.nodesource.com/setup_10.x | bash
# Install all OS dependencies for notebook server that starts but lacks all
# features (e.g., download as all possible file formats)
# to use devtoolset 10 (e.g. gcc): scl enable devtoolset-10 bash
RUN
yum
install
-y
epel-release
&&
\
yum-config-manager
--enable
epel
&&
\
yum groupinstall
-y
'Development Tools'
&&
\
yum
install
-y
centos-release-scl
&&
yum
install
-y
devtoolset-10
&&
\
yum
install
-y
\
bzip2-devel
\
cmake
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment