Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jorendumoulin committed Nov 22, 2023
1 parent 530fbdc commit 81d5a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ RUN echo "export PATH=/opt/python3.11/bin:$PATH" >> ~/.bashrc
# install python requirements
RUN export PATH=/opt/python3.11/bin:$PATH \
&& git clone https://github.com/kuleuven-micas/snax-mlir.git \
&& cd /snax-mlir \
&& cd snax-mlir \
&& pip3 install -r requirements.txt

# install latest xdsl and test dependencies
Expand Down

0 comments on commit 81d5a41

Please sign in to comment.