Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eic_container
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
containers
eic_container
Commits
4c8e1ed0
Commit
4c8e1ed0
authored
3 years ago
by
Sylvester Joosten
Browse files
Options
Downloads
Plain Diff
Merge branch 'update_master' into 'master'
Update master See merge request
!53
parents
69308250
cc9a3ac1
No related branches found
Branches containing commit
No related tags found
1 merge request
!53
Update master
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+3
-3
3 additions, 3 deletions
README.md
containers/jug/Dockerfile.dev
+6
-0
6 additions, 0 deletions
containers/jug/Dockerfile.dev
install.py
+1
-1
1 addition, 1 deletion
install.py
install.sh
+1
-1
1 addition, 1 deletion
install.sh
with
11 additions
and
5 deletions
README.md
+
3
−
3
View file @
4c8e1ed0
...
...
@@ -39,9 +39,9 @@ cd eic_container
modeuefile will be installed to
`$PREFIX/../../etc/modulefiles`
.
You can use the
`-v`
flag to select the version you want to install, or omit the
flag if you want to install the master build. The recommended stable
release version is
`v3.0.
0
`
.
release version is
`v3.0.
1
`
.
```
bash
./install.py
-v
3.0.
0
<PREFIX>
./install.py
-v
3.0.
1
<PREFIX>
```
Available flags:
...
...
@@ -49,7 +49,7 @@ cd eic_container
-c
CONTAINER,
--container
CONTAINER
(
opt.
)
Container to install. D: jug_xl
(
also available: jug_dev, and legacy eic container
)
.
-v
VERSION,
--version
VERSION
(
opt.
)
project version. D: 3.0.
0
. For MRs, use mr-XXX.
(
opt.
)
project version. D: 3.0.
1
. For MRs, use mr-XXX.
-f
,
--force
Force-overwrite already downloaded container
-b
BIND_PATHS,
--bind-path
BIND_PATHS
(
opt.
)
extra
bind
paths
for
singularity.
...
...
This diff is collapsed.
Click to expand it.
containers/jug/Dockerfile.dev
+
6
−
0
View file @
4c8e1ed0
...
...
@@ -206,6 +206,12 @@ RUN --mount=from=staging,target=/staging \
&& sed -i '/MANPATH/ s/;$/:;/' /etc/eic-env.sh \
&& cp /etc/eic-env.sh /etc/profile.d/z10_eic-env.sh
## Bugfix to address issues loading the Qt5 libraries on Linux kernels prior to 3.15
## See
#https://askubuntu.com/questions/1034313/ubuntu-18-4-libqt5core-so-5-cannot-open-shared-object-file-no-such-file-or-dir
## and links therin for more info
RUN strip --remove-section=.note.ABI-tag /usr/local/lib/libQt5Core.so
COPY eic-shell /usr/local/bin/eic-shell
## make sure we have the entrypoints setup correctly
...
...
This diff is collapsed.
Click to expand it.
install.py
+
1
−
1
View file @
4c8e1ed0
...
...
@@ -20,7 +20,7 @@ import urllib.request
## Gitlab group and project/program name.
DEFAULT_IMG
=
'
jug_xl
'
DEFAULT_VERSION
=
'
3.0.
0
'
DEFAULT_VERSION
=
'
3.0.
1
'
SHORTCUTS
=
[
'
eic-shell
'
]
...
...
This diff is collapsed.
Click to expand it.
install.sh
+
1
−
1
View file @
4c8e1ed0
#!/bin/bash
CONTAINER
=
jug_xl
VERSION
=
3.0.
0
VERSION
=
3.0.
1
## Simple setup script that installs the container
## in your local environment under $PWD/local/lib
...
...
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