Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tgymnich authored Feb 7, 2023
1 parent 1790c4a commit 3c3eaed
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ FROM ubuntu:20.04 AS builder
ARG LLVM_VERSION
ARG BUILD_TYPE

LABEL org.opencontainers.image.source=https://github.com/EnzymeAD/llvm-docker
LABEL org.opencontainers.image.description="LLVM build for use in Enzyme CI"
LABEL org.opencontainers.image.licenses=MIT

ENV DEBIAN_FRONTEND=noninteractive

RUN apt-get update -q && apt-get install --no-install-recommends -y ca-certificates software-properties-common gcc g++ cmake ninja-build build-essential python3 python3-distutils git unzip zlib1g-dev \
Expand Down

0 comments on commit 3c3eaed

Please sign in to comment.