Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
Ubuntu-Geant4-Image
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GeoModelDev
Ubuntu-Geant4-Image
Commits
519e2e84
Commit
519e2e84
authored
6 months ago
by
Johannes Junggeburth
Browse files
Options
Downloads
Patches
Plain Diff
Use coin from github
parent
cdce1285
Branches
Branches containing commit
No related tags found
1 merge request
!1
Update image to 24.04 LTS (originally was: 24.10)
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
Dockerfile
+4
-6
4 additions, 6 deletions
Dockerfile
with
6 additions
and
8 deletions
.gitlab-ci.yml
+
2
−
2
View file @
519e2e84
...
...
@@ -12,11 +12,11 @@
###################
variables
:
UBUNTU_BASE_IMAGE
:
"
ubuntu"
UBUNTU_BASE_IMAGE_TAG
:
"
2
3
.10"
UBUNTU_BASE_IMAGE_TAG
:
"
2
4
.10"
WORK_DIR
:
"
/tmp"
INSTALL_DIR
:
"
/usr/local"
GEANT4_VERSION
:
"
v11.2.0"
XercesC_VERSION
:
"
3.
2.
3"
XercesC_VERSION
:
"
3.3"
Coin_VERSION
:
"
4.0.0"
IMAGE_DESTINATION
:
${CI_REGISTRY_IMAGE}:${CI_COMMIT_REF_NAME}-base
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
4
−
6
View file @
519e2e84
...
...
@@ -21,9 +21,7 @@ RUN apt-get update -qq && \
mercurial
\
nlohmann-json3-dev
\
libexpat1-dev
\
libssl-dev
\
python3-pip
\
python3-elasticsearch
\
libssl-dev
\
apt-utils
&&
\
apt-get clean all
...
...
@@ -38,7 +36,7 @@ RUN apt-get update && apt-get install -y tzdata && ln -fs /usr/share/zoneinfo/Am
RUN
apt-get update
&&
apt-get
install
-y
libboost-all-dev
### Install C++, cmake and python
RUN
apt-get update
&&
apt-get
install
-y
cmake g++ python3 python-is-python3 git
sudo
nano wget
RUN
apt-get update
&&
apt-get
install
-y
cmake g++ python3 python-is-python3
python3-pip python3-elasticsearch
git
sudo
nano wget
### Install QT5 as a prerequiste of GeoModel
RUN
apt-get update
&&
apt-get
install
-y
qtbase5-dev libqt5opengl5-dev
...
...
@@ -73,8 +71,8 @@ RUN apt-get update && apt-get install -y mesa-utils build-essential libgl1-mesa-
### Install Coin
RUN
pwd
&&
\
ls
&&
\
wget https://
atlas-vp1.web.cern.ch/atlas-vp1/sources
/coin-
${
Coin_VERSION
}
-src
.
zip
&&
\
unzip
coin-
${
Coin_VERSION
}
-
src
.zip
-d
coin-sources
&&
\
wget https://
github.com/coin3d/coin/releases/download/Coin-
${
Coin_VERSION
}
/coin-
${
Coin_VERSION
}
-src
.
tar.gz
&&
\
tar
-xzf
coin-
${
Coin_VERSION
}
-
tar
.gz
-d
coin-sources
&&
\
mv
coin-sources/
*
coin
&&
\
mkdir
build_coin
&&
\
cd
build_coin
&&
\
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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