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 c1c6525 commit 11774b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/livebook.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get upgrade -y \
ADD . /src
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:${PATH}
ENV PATH=/usr/local/mlir/bin:${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 11774b6

Please sign in to comment.