Skip to content

Commit 6f2600c

Browse files
committed
Update
1 parent a423236 commit 6f2600c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Dockerfile_py3.12

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ SHELL ["/bin/bash", "-euxo", "pipefail", "-c"]
44
# Set up configuration envvars
55
ENV INSTALL_DIR=/usr/local \
66
FSLINSTALLDIR=/usr/local/fsl \
7+
FSL_VERSION=6.0.7.16 \
78
MRTRIX_VERSION=3.0.4 \
89
VIRTUAL_ENV=/venv
910

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ primarily deployed in Docker image available on the following registeries:
88
## Development
99
Developers can build images locally with
1010
```bash
11-
docker buildx build -t dmri/ci-cd:test -f Dockerfile_py3.11 --platform linux/amd64 --build-arg MAKE_JOBS=8 .
11+
docker buildx build -t dmri/ci-cd -f Dockerfile_py3.11 --platform linux/amd64 --build-arg MAKE_JOBS=8 .
1212
```
1313

1414
## Deployment
15-
All build are automatically built and published to registeries upon pushing commits
16-
to main branch.
15+
All builds are automatically built and published to registeries upon pushing commits
16+
to main branch.

0 commit comments

Comments
 (0)