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 21ec216 commit a5f2b96Copy full SHA for a5f2b96
aind-airflow/Dockerfile
@@ -3,4 +3,5 @@ FROM apache/airflow:2.8.1-python3.9
3
4
# install your pip packages
5
RUN pip install --no-cache-dir \
6
- aind-airflow-jobs==0.1.3
+ aind-airflow-jobs==0.1.3 \
7
+ python-logging-loki==0.3.1
0 commit comments