Lukas Kugler

Results 1 comments of Lukas Kugler

I updated the Dockerfile a while ago, it worked at least for me like this: ``` FROM python:3.9-buster WORKDIR /app RUN pip install Cython RUN dpkg --add-architecture armhf RUN apt-get...