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

Update .gitlab-ci.yml, cuda-go/Dockerfile

parent de2ba713
Branches
No related tags found
No related merge requests found
......@@ -9,9 +9,6 @@ imagebuild:
- cd cuda-go
- chmod +x build-all-images.sh
- ./build-all-images.sh
- cd ../wasm-go
- ./build-image.sh 1.17
variables:
#DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: "/certs"
......
......@@ -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 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
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
RUN apt upgrade -y
RUN apt install -y software-properties-common
RUN wget https://go.dev/dl/go1.17.13.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