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 0a05380 commit 5940e60Copy full SHA for 5940e60
Dockerfile
@@ -23,7 +23,7 @@ COPY --from=builder /build/dist/*.whl /home/datashader/tmp/
23
ENV PATH="$PATH:/home/datashader/.local/bin"
24
RUN pip install --upgrade pip && \
25
pip install --no-cache-dir /home/datashader/tmp/*.whl && \
26
- pip install gunicorn==21.2.0 && \
+ pip install gunicorn==20.1.0 && \
27
pip install uvicorn==0.24.0
28
29
COPY deployment/logging_config.yml /opt/elastic_datashader/
0 commit comments