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.
2 parents 2c51a60 + 993bf26 commit a68bf25Copy full SHA for a68bf25
base/Dockerfile
@@ -2,12 +2,11 @@ ARG PIPE_CONTAINER=ghcr.io/lsst/scipipe
2
ARG STACK_TAG=d_latest
3
FROM ${PIPE_CONTAINER}:${STACK_TAG}
4
ENV PYTHONUNBUFFERED=True
5
-ARG KAFKA=python-confluent-kafka
6
RUN <<EOT
7
set -ex
8
source /opt/lsst/software/stack/loadLSST.bash
9
- mamba install -y flask gunicorn
10
- mamba list ${KAFKA} | grep ${KAFKA} || mamba install -y "${KAFKA}=2.4.0"
+ # Needed only for Knative support
+ conda install -y flask
11
pip install --no-input cloudevents
12
pip install --no-input prometheus-client
13
pip install --no-input redis
0 commit comments