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

Updated container to fix issue running on older systems.

All binaries are now compiled against a generic x86_64
parents b86cfb73 468792ff
Branches
Tags v2.0.4
No related merge requests found
......@@ -15,9 +15,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 deploy, or omit the
flag if you want to install the master build. The recommended stable
release version is `v2.0.3`.
release version is `v2.0.4`.
```bash
./deploy.py -v 2.0.3 <PREFIX>
./deploy.py -v 2.0.4 <PREFIX>
```
Available flags:
......
2.0.3
2.0.4
#! /usr/bin/env bash
source /etc/profile
## Force environment to be clean
source /etc/eic-env.sh
if [ -p /dev/stdin ]; then
# If we want to read the input line by line
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment