Skip to content

Commit

Permalink
add list filecheck to container
Browse files Browse the repository at this point in the history
  • Loading branch information
jorendumoulin committed Nov 6, 2023
1 parent 4b6879d commit 22af45f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ RUN export PATH=/opt/python3.11/bin:$PATH \
# add python3.11 to path in bashrc
RUN echo "export PATH=/opt/python3.11/bin:$PATH" >> ~/.bashrc

# install latest xdsl
# install latest xdsl and test dependencies
RUN export PATH=/opt/python3.11/bin:$PATH \
&& pip3 install git+https://github.com/xdslproject/xdsl/
&& pip3 install git+https://github.com/xdslproject/xdsl.git@182514a06f74f191623199e050cb0bb4d48dac79\
&& pip3 install filecheck \
&& pip3 install lit

0 comments on commit 22af45f

Please sign in to comment.