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 6658cc2 commit 31be4e6Copy full SHA for 31be4e6
frameworks/Python/aiohttp/aiohttp-gunicorn.dockerfile
@@ -5,7 +5,7 @@ ADD ./ /aiohttp
5
WORKDIR aiohttp
6
7
RUN pip3 install cython==3.0.11 gunicorn==23.0.0 && \
8
- pip3 install -r /aiohttp/requirements.txt
+ pip3 install -r /aiohttp/requirements-cpython.txt
9
10
ENV CONNECTION=RAW
11
0 commit comments