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 29dd9ae commit 323c35cCopy full SHA for 323c35c
docker/Dockerfile
@@ -79,7 +79,7 @@ RUN source /home/airflow/mambaforge/bin/activate \
79
&& sed -i "s/include-system-site-packages = false/include-system-site-packages = true/" /opt/envs/py310/pyvenv.cfg \
80
&& source /opt/envs/py310/bin/activate \
81
&& pip install \
82
- "satellite-weather-downloader >= 1.9.6" \
+ "satellite-weather-downloader >= 1.10.1" \
83
psycopg2
84
85
RUN echo "alias activate_episcanner='source /home/airflow/mambaforge/bin/activate episcanner-downloader'" >> /home/airflow/.bashrc
0 commit comments