We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ec60d8 commit ad22a45Copy full SHA for ad22a45
Dockerfile
@@ -62,6 +62,8 @@ RUN apt update && apt install -y autoconf \
62
# Extra tools
63
openssh-client
64
65
+RUN python3 -m pip install setuptools --upgrade
66
+
67
# Install and configure tzdata
68
RUN export DEBIAN_FRONTEND=noninteractive; \
69
export DEBCONF_NONINTERACTIVE_SEEN=true; \
Makefile
@@ -112,6 +112,7 @@ mcxx-install: mcxx-build
112
113
ait-install:
114
export DEB_PYTHON_INSTALL_LAYOUT=deb_system; \
115
+ rm -rf $(PREFIX_HOST)/ait \
116
python3 -m pip install ./ait -t $(PREFIX_HOST)
117
118
.PHONY: environment_ompss_fpga.sh envscript-install
0 commit comments