Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
FSL
conda
fsl-ci-rules
Commits
2c0a6f1d
Commit
2c0a6f1d
authored
Sep 17, 2021
by
Paul McCarthy
🚵
Browse files
MNT: new Dockerfile for CUDA 11.3
parent
7f61d4ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
docker/linux-64-cuda-11.3/Dockerfile
0 → 100644
View file @
2c0a6f1d
# This image is used for linux-64/cuda 11.3
# builds of FSL packages.
FROM
nvidia/cuda:11.3-devel-centos7
LABEL
maintainer: "FSL development team <https://fsl.fmrib.ox.ac.uk/fsl/fslwiki/>"
ENV
PATH "/opt/conda/bin:${PATH}"
ENV
CUDA_VER 11.3
ENV
CUDA_HOME /usr/local/cuda
COPY
/install_system_deps.sh /install_system_deps.sh
COPY
/install_miniconda.sh /install_miniconda.sh
COPY
/entrypoint /fsl-ci-rules-entrypoint
COPY
/environment.yml /fsl-ci-rules-environment.yml
RUN
localedef
-i
en_GB
-f
UTF-8 C.UTF-8
RUN
/bin/bash /install_system_deps.sh
RUN
/bin/bash /install_miniconda.sh
ENTRYPOINT
[ "/opt/conda/bin/tini", "--", "/fsl-ci-rules-entrypoint" ]
CMD
[ "/bin/bash" ]
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment