KhaninArtur commented on a change in pull request #16151:
URL: https://github.com/apache/beam/pull/16151#discussion_r764065106
##########
File path: playground/backend/containers/python/Dockerfile
##########
@@ -47,5 +47,9 @@ ENV BEAM_SDK="SDK_PYTHON"
COPY --from=build /go/bin/server_python_backend /opt/playground/backend/
COPY --from=build /go/src/playground/backend/configs
/opt/playground/backend/configs/
+# Install Python Katas Utils
+COPY katas/log_elements.py /go/src/katas/
+ENV PYTHONPATH="/go/src/katas"
Review comment:
Good point, added
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]