Skip to content

Commit

Permalink
Update livebook.dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper committed Dec 4, 2024
1 parent ab8eb30 commit db352a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/livebook.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN apt-get upgrade -y \
&& rm -rf /var/lib/apt/lists/*
# LLVM
COPY ./dev-requirements.txt /src/dev-requirements.txt
RUN python3 -m pip install -r /src/dev-requirements.txt
RUN ln -s $(python3 -c 'import mlir;print(mlir.__path__[0])') /usr/local/mlir
ENV PATH=/usr/local/mlir/bin:${PATH}
RUN llvm-config --version
Expand Down

0 comments on commit db352a3

Please sign in to comment.