diff --git a/playground/backend/containers/python/Dockerfile b/playground/backend/containers/python/Dockerfile index dc734fe34d2f..5c43f6e0c0b2 100644 --- a/playground/backend/containers/python/Dockerfile +++ b/playground/backend/containers/python/Dockerfile @@ -73,6 +73,8 @@ RUN groupadd --gid 20000 appgroup \ RUN mkdir -p /opt/playground/backend/executable_files/ +RUN pip install apache-beam[gcp,interactive]==$BEAM_VERSION + # Chown all required files to the `appuser`. RUN chown -R appuser:appgroup /opt/playground/backend/executable_files/ && chmod +x /entrypoint.sh