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 7885c49 commit ea3533fCopy full SHA for ea3533f
Dockerfile
@@ -4,6 +4,11 @@ ARG WORKDIR=/dataflow/template
4
RUN mkdir -p ${WORKDIR}
5
WORKDIR ${WORKDIR}
6
7
+# Install dependencies
8
+RUN pip install -U pip setuptools wheel
9
+RUN pip install apache-beam[gcp]>=2.50.0 requests>=2.31.0 typing-extensions>=4.5.0
10
+
11
+# Copy template files
12
COPY requirements.txt .
13
COPY setup.py .
14
COPY pipeline.py .
0 commit comments