Skip to content
Snippets Groups Projects
Commit 4f1fcc86 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

added container_dev shortcut

parent a075ad75
No related branches found
No related tags found
1 merge request!8New v2.1 release version
...@@ -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
...@@ -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
......
...@@ -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']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment