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

added container_dev shortcut

parent e5d7b57c
No related branches found
No related tags found
No related merge requests found
......@@ -8,3 +8,9 @@ __pycache__/
*.py[cod]
*$py.class
.ipynb_checkpoints
#build dirs
build
BUILD
debug
DEBUG
......@@ -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/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
COPY bashrc /etc/bash.bashrc
COPY bashrc /root/.bashrc
......
......@@ -25,6 +25,7 @@ PROJECT_NAME='eic_container'
IMAGE_ROOT='eic'
PROGRAMS = ['eic-shell',
'container_dev',
'root',
'ipython']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment