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 d2aedaa commit c1c6525
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/livebook.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ RUN apt-get upgrade -y \
# LLVM
ADD . /src
RUN python3 -m pip install -r /src/dev-requirements.txt
# ENV LLVM_CONFIG_PATH=$(python3 -c 'import mlir;print(mlir.__path__[0])')/bin/llvm-config
RUN ln -s $(python3 -c 'import mlir;print(mlir.__path__[0])') /usr/local/mlir
ENV PATH=/usr/local/mlir:${PATH}
RUN llvm-config --version
# Zig
RUN wget "https://ziglang.org/download/0.13.0/zig-linux-aarch64-0.13.0.tar.xz" -O "zig-linux.tar.xz" \
Expand Down

0 comments on commit c1c6525

Please sign in to comment.