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

Merge branch 'Anne/Go-1.17-manual-update' into 'master'

Update cuda-go/Dockerfile

See merge request !1
parents 52e2876c 5dce43c7
No related branches found
No related tags found
1 merge request!1Update cuda-go/Dockerfile
...@@ -8,13 +8,13 @@ ENV CUDA_VER=1.11.1 ...@@ -8,13 +8,13 @@ ENV CUDA_VER=1.11.1
#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 wget git libgmp-dev bc curl nsight-systems-2020.3.4 jq
RUN apt upgrade -y RUN apt upgrade -y
RUN apt install -y software-properties-common RUN apt install -y software-properties-common
RUN add-apt-repository -y ppa:longsleep/golang-backports RUN wget https://go.dev/dl/go1.17.13.linux-amd64.tar.gz
RUN apt install -y golang-$GO_VER git libgmp-dev bc curl nsight-systems-2020.3.4 wget jq RUN tar -xzf -C /usr/local go1.17.13.linux-amd64.tar.gz
RUN ln -s /usr/lib/go-$GO_VER/bin/go /usr/bin/go RUN ln -s /usr/local/go/bin/go /usr/bin/go
RUN ln -s /usr/lib/go-$GO_VER/bin/gofmt /usr/bin/gofmt RUN ln -s /usr/local/go/bin/gofmt /usr/bin/gofmt
# Goverage is deprecated in our build system # Goverage is deprecated in our build system
RUN go install github.com/haya14busa/goverage@latest RUN go install github.com/haya14busa/goverage@latest
# RUN go get -u github.com/ory/go-acc # RUN go get -u github.com/ory/go-acc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment