Skip to content

Commit b8aef1a

Browse files
committed
Updated INSTALL.md
1 parent 4f314f4 commit b8aef1a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

INSTALL.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ just using next bash pattern:
1414

1515
```bash
1616
# WFEXS_VER can be either a branch, a tag or a commit hash
17-
WFEXS_VER=8a0a980f1a5e69064d16f89f8ec31973b2eb0c8b
17+
WFEXS_VER=4f314f46ce2c18499837947081e74a1e9eba1f31
1818

1919
# Alternatively, you can use local copy
2020
WFEXS_VER=$(git rev-parse HEAD)
@@ -29,7 +29,7 @@ a local copy of the recipe, and next command line from the project root will hel
2929

3030
```bash
3131
# WFEXS_VER can be either a branch, a tag or a commit hash
32-
WFEXS_VER=8a0a980f1a5e69064d16f89f8ec31973b2eb0c8b
32+
WFEXS_VER=4f314f46ce2c18499837947081e74a1e9eba1f31
3333

3434
# Alternatively, you can use local copy
3535
WFEXS_VER=$(git rev-parse HEAD)
@@ -54,7 +54,7 @@ just using next bash pattern:
5454

5555
```bash
5656
# WFEXS_VER can be either a branch, a tag or a commit hash
57-
WFEXS_VER=8a0a980f1a5e69064d16f89f8ec31973b2eb0c8b
57+
WFEXS_VER=4f314f46ce2c18499837947081e74a1e9eba1f31
5858

5959
# Alternatively, you can use local copy
6060
WFEXS_VER=$(git rev-parse HEAD)
@@ -70,7 +70,7 @@ a local copy of the recipe, and next command line from the project root will hel
7070

7171
```bash
7272
# WFEXS_VER can be either a branch, a tag or a commit hash
73-
WFEXS_VER=8a0a980f1a5e69064d16f89f8ec31973b2eb0c8b
73+
WFEXS_VER=4f314f46ce2c18499837947081e74a1e9eba1f31
7474

7575
# Alternatively, you can use local copy
7676
WFEXS_VER=$(git rev-parse HEAD)
@@ -95,7 +95,7 @@ The precondition is having either Apptainer or Singularity properly setup. There
9595

9696
```bash
9797
# WFEXS_VER can be either a branch, a tag or a commit hash
98-
WFEXS_VER=8a0a980f1a5e69064d16f89f8ec31973b2eb0c8b
98+
WFEXS_VER=4f314f46ce2c18499837947081e74a1e9eba1f31
9999
mkdir WfExS_SIF_build
100100
cd WfExS_SIF_build
101101
curl -O https://raw.githubusercontent.com/inab/WfExS-backend/${WFEXS_VER}/container_recipes/Singularity.def
@@ -106,7 +106,7 @@ The precondition is having either Apptainer or Singularity properly setup. There
106106

107107
```bash
108108
# WFEXS_VER can be either a branch, a tag or a commit hash
109-
WFEXS_VER=8a0a980f1a5e69064d16f89f8ec31973b2eb0c8b
109+
WFEXS_VER=4f314f46ce2c18499837947081e74a1e9eba1f31
110110

111111
# Alternatively, you can use local copy
112112
WFEXS_VER=$(git rev-parse HEAD)
@@ -122,7 +122,7 @@ The precondition is having either Apptainer or Singularity properly setup. There
122122

123123
```bash
124124
# Remember to use the correct tag!!!
125-
WFEXS_VER=8a0a980f1a5e69064d16f89f8ec31973b2eb0c8b
125+
WFEXS_VER=4f314f46ce2c18499837947081e74a1e9eba1f31
126126
singularity build wfexs-${WFEXS_VER}.sif docker-daemon://inab/wfexs-backend:${WFEXS_VER}
127127
```
128128

@@ -139,7 +139,7 @@ The precondition is having either Apptainer or Singularity properly setup. There
139139
cd WfExS_SIF_build
140140

141141
# Remember to use the correct tag!!!
142-
WFEXS_VER=8a0a980f1a5e69064d16f89f8ec31973b2eb0c8b
142+
WFEXS_VER=4f314f46ce2c18499837947081e74a1e9eba1f31
143143

144144
# Next command should be used if you used podman to build the local image
145145
podman save -o wfexs-backend-${WFEXS_VER}.tar inab/wfexs-backend:${WFEXS_VER}

0 commit comments

Comments
 (0)