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
a55c3445
Commit
a55c3445
authored
3 years ago
by
Sylvester Joosten
Browse files
Options
Downloads
Patches
Plain Diff
better log messages
parent
a256a1a4
No related branches found
No related tags found
1 merge request
!55
better log messages
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
install.sh
+7
-3
7 additions, 3 deletions
install.sh
with
7 additions
and
3 deletions
install.sh
+
7
−
3
View file @
a55c3445
...
...
@@ -3,6 +3,8 @@
CONTAINER
=
"jug_xl"
VERSION
=
"3.0-stable"
echo
"Setting up development environment for eicweb/
$CONTAINER
:
$VERSION
"
## Simple setup script that installs the container
## in your local environment under $PWD/local/lib
## and creates a simple top-level launcher script
...
...
@@ -28,7 +30,7 @@ else
exit
1
fi
fi
echo
"Found singularity at
$SINGULARITY
"
echo
"
-
Found singularity at
$SINGULARITY
"
SIF
=
## check if we can just use cvmfs for the image
...
...
@@ -52,7 +54,7 @@ fi
if
[
-z
$SIF
-o
!
-f
$SIF
]
;
then
echo
"ERROR: no singularity image found"
else
echo
"
Using
${
CONTAINER
}
image:
$SIF
"
echo
"
- Deployed
${
CONTAINER
}
image:
$SIF
"
fi
## create a new top-level eic-shell launcher script
...
...
@@ -64,4 +66,6 @@ $SINGULARITY run $SIF
EOF
chmod
+x eic-shell
echo
"Created custom eic-shell excecutable"
echo
" - Created custom eic-shell excecutable"
echo
"Environment setup succesfull"
echo
"You can start the development environment by running './eic-shell'"
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