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
4f1fcc86
Commit
4f1fcc86
authored
4 years ago
by
Sylvester Joosten
Browse files
Options
Downloads
Patches
Plain Diff
added container_dev shortcut
parent
a075ad75
No related branches found
No related tags found
1 merge request
!8
New v2.1 release version
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitignore
+6
-0
6 additions, 0 deletions
.gitignore
containers/release/Dockerfile.in
+3
-0
3 additions, 0 deletions
containers/release/Dockerfile.in
deploy.py
+1
-0
1 addition, 0 deletions
deploy.py
with
10 additions
and
0 deletions
.gitignore
+
6
−
0
View file @
4f1fcc86
...
@@ -8,3 +8,9 @@ __pycache__/
...
@@ -8,3 +8,9 @@ __pycache__/
*.py[cod]
*.py[cod]
*$py.class
*$py.class
.ipynb_checkpoints
.ipynb_checkpoints
#build dirs
build
BUILD
debug
DEBUG
This diff is collapsed.
Click to expand it.
containers/release/Dockerfile.in
+
3
−
0
View file @
4f1fcc86
...
@@ -53,6 +53,9 @@ COPY eic-shell /usr/local/bin/eic-shell
...
@@ -53,6 +53,9 @@ COPY eic-shell /usr/local/bin/eic-shell
COPY eic-env.sh /etc/eic-env.sh
COPY eic-env.sh /etc/eic-env.sh
COPY eic-env.sh /etc/profile.d/z10_eic-env.sh
COPY eic-env.sh /etc/profile.d/z10_eic-env.sh
## also make sure we have the older container_dev command available
COPY eic-shell /usr/local/bin/container_dev
## Setup fresh bashrc, useful for singularity
## Setup fresh bashrc, useful for singularity
COPY bashrc /etc/bash.bashrc
COPY bashrc /etc/bash.bashrc
COPY bashrc /root/.bashrc
COPY bashrc /root/.bashrc
...
...
This diff is collapsed.
Click to expand it.
deploy.py
+
1
−
0
View file @
4f1fcc86
...
@@ -25,6 +25,7 @@ PROJECT_NAME='eic_container'
...
@@ -25,6 +25,7 @@ PROJECT_NAME='eic_container'
IMAGE_ROOT
=
'
eic
'
IMAGE_ROOT
=
'
eic
'
PROGRAMS
=
[
'
eic-shell
'
,
PROGRAMS
=
[
'
eic-shell
'
,
'
container_dev
'
,
'
root
'
,
'
root
'
,
'
ipython
'
]
'
ipython
'
]
...
...
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