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

Install Clang and Chrome to image

parent d561d1ca
No related branches found
No related tags found
No related merge requests found
......@@ -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
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 apt upgrade -y
RUN apt install -y software-properties-common
RUN wget https://go.dev/dl/go1.17.13.linux-amd64.tar.gz
......@@ -27,6 +27,9 @@ RUN wget https://dl.min.io/client/mc/release/linux-amd64/mc
RUN chmod +x mc
RUN mv mc /usr/bin
RUN wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb && dpkg -i google-chrome-stable_current_amd64.deb || true && rm -rf google-chrome-stable_current_amd64.deb
RUN apt install -f
COPY upload-artifacts.sh /upload-artifacts.sh
RUN chmod +x /upload-artifacts.sh
COPY b2sum-amd64-linux /b2sum-amd64-linux
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment