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 6e31f95 commit 1790c4a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
ARG UBUNTU_VERSION=20.04
ARG LLVM_VERSION=14

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

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 1790c4a

Please sign in to comment.