Skip to content
Snippets Groups Projects
Commit 2bbdebac authored by Sydney Anne Erickson's avatar Sydney Anne Erickson :chipmunk:
Browse files

Update to CUDA 11.1.1

parent 443fd81d
No related branches found
No related tags found
No related merge requests found
FROM nvidia/cuda:11.1-devel-ubuntu20.04 FROM nvidia/cuda:11.1.1-devel-ubuntu20.04
LABEL maintainer "Sydney Anne Erickson <sydney-anne@elixxir.io>" LABEL maintainer "Sydney Anne Erickson <sydney-anne@elixxir.io>"
ARG GO_VER ARG GO_VER
ENV GO_VER=$GO_VER ENV GO_VER=$GO_VER
ENV CUDA_VER=1.11 ENV CUDA_VER=1.11.1
#ENV PATH="/usr/lib/go-$GO_VER/bin/:${PATH}" #ENV PATH="/usr/lib/go-$GO_VER/bin/:${PATH}"
RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub #RUN apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub
RUN apt update RUN apt update
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata
RUN apt upgrade -y RUN apt upgrade -y
......
set -e set -e
GO_VER=$1 GO_VER=$1
CUDA_VER=11.1 CUDA_VER=11.1.1
# Retag current prod image with -rollback suffix, also keeping it with the original name on prod for now # Retag current prod image with -rollback suffix, also keeping it with the original name on prod for now
docker pull docker-registry.xx.network/elixxir/sysadmin/backend-ci:go$GO_VER-cuda$CUDA_VER docker pull docker-registry.xx.network/elixxir/sysadmin/backend-ci:go$GO_VER-cuda$CUDA_VER
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment