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

Update cuda-go/Dockerfile

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