Skip to content
Snippets Groups Projects
Verified Commit 17c50854 authored by Olivier Benz's avatar Olivier Benz
Browse files

CUDA images: base: Update latest Dockerfile

parent 72e45d68
No related branches found
No related tags found
No related merge requests found
......@@ -47,6 +47,10 @@ RUN cp -a /files/etc/skel/. /files/var/backups/skel \
/files/usr/local/share/jupyter/lab/static/assets \
&& if [ -n "${CUDA_VERSION}" ]; then \
## Use entrypoint of CUDA image
apt-get update; \
apt-get -y install --no-install-recommends git \
git clone https://gitlab.com/nvidia/container-images/cuda.git \
/opt/nvidia; \
mv /opt/nvidia/entrypoint.d /opt/nvidia/nvidia_entrypoint.sh \
/files/usr/local/bin; \
mv /files/usr/local/bin/start.sh \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment