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

Update wasm-go/Dockerfile, cuda-go/Dockerfile

parent 14a1c9bc
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ENV CUDA_VER=1.11.1 ...@@ -8,7 +8,7 @@ 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 wget git libgmp-dev bc curl nsight-systems-2020.3.4 jq clang build-essential valgrind unzip zip libnss3 libatk1.0-0 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 libnss3 libatk1.0-0 libatk-bridge2.0-0
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
......
...@@ -9,7 +9,7 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata ...@@ -9,7 +9,7 @@ RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get -y install tzdata
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 add-apt-repository -y ppa:longsleep/golang-backports
RUN apt install -y golang-$GO_VER git libgmp-dev bc curl wget jq libnss3 libatk1.0-0 RUN apt install -y golang-$GO_VER git libgmp-dev bc curl wget jq libnss3 libatk1.0-0 libatk-bridge2.0-0
RUN ln -s /usr/lib/go-$GO_VER/bin/go /usr/bin/go RUN ln -s /usr/lib/go-$GO_VER/bin/go /usr/bin/go
RUN ln -s /usr/lib/go-$GO_VER/bin/gofmt /usr/bin/gofmt RUN ln -s /usr/lib/go-$GO_VER/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