Closed MonaxGT closed 5 years ago
I had some troubles when built docker with PyQt from requirements.txt. I added with package on Dockerfile
RUN apk --no-cache --update-cache add gcc gfortran build-base freetype-dev libpng-dev py3-qt5 libxml2-dev libxslt-dev python-dev \
&& pip install --no-cache-dir setuptools \
&& pip install --no-cache-dir -r requirements.txt
I am sorry, i close request by chance
Okey. You can add new docker-requirements.txt named requirements without PyQt. The existing file may remain attached to PyQt module.
I converted PyQt module to comment line in requirements.txt for that problem. Thank you for contribution.
Hi! I add docker support for your application and rewrote requirements.txt. All works if you run:
You can drop option -p if it isn't required