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

Update cuda-go/Dockerfile

parent dec7a81c
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ENV CUDA_VER=11.1.1 ...@@ -10,7 +10,7 @@ ENV CUDA_VER=11.1.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 wget git libgmp-dev bc curl nsight-systems-2020.3.4 jq clang build-essential valgrind unzip zip ubuntu-desktop-minimal RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata wget git libgmp-dev bc curl nsight-systems-2020.3.4 jq clang build-essential valgrind unzip zip ubuntu-desktop-minimal gcc-mingw-w64-i686 gcc-mingw-w64-x86-64
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/go$GO_VER_FULL.linux-amd64.tar.gz RUN wget https://go.dev/dl/go$GO_VER_FULL.linux-amd64.tar.gz
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment