KarthikRajashekaran commented on PR #29042:
URL: https://github.com/apache/airflow/pull/29042#issuecomment-1441876816

   I have cherry-picked the commit and applied it to the docker image, still I 
don't see the graph
   Below is sample of the DockerFile
   
   ```
   # Global Docker Build arguments
   ARG AIRFLOW_VERSION=2.5.1
   ARG PYTHON_RUNTIME_VERSION=3.8
   FROM apache/airflow:${AIRFLOW_VERSION}-python${PYTHON_RUNTIME_VERSION}
   SHELL ["/bin/bash", "-o", "pipefail", "-e", "-u", "-x", "-c"]
   # Cherry pick the changes into the Dockerfile
   RUN curl -o 
/home/airflow/.local/lib/python3.8/site-packages/airflow/www/static/js/graph.js 
https://raw.githubusercontent.com/apache/airflow/main/airflow/www/static/js/graph.js
   ......
   ......
   ```


-- 
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]

Reply via email to