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

Update cuda-go/Dockerfile

parent 2cb150c8
No related branches found
No related tags found
No related merge requests found
...@@ -12,8 +12,7 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata wget git ...@@ -12,8 +12,7 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata wget git
RUN apt upgrade -y RUN apt upgrade -y
RUN apt install -y software-properties-common RUN apt install -y software-properties-common
RUN wget https://go.dev/dl/go1.17.13.linux-amd64.tar.gz RUN wget https://go.dev/dl/go1.17.13.linux-amd64.tar.gz
RUN mkdir /usr/local RUN tar -C /usr/local -xzf go1.17.13.linux-amd64.tar.gz
RUN tar -xzf -C /usr/local go1.17.13.linux-amd64.tar.gz
RUN ln -s /usr/local/go/bin/go /usr/bin/go RUN ln -s /usr/local/go/bin/go /usr/bin/go
RUN ln -s /usr/local/go/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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment