Skip to content

Commit

Permalink
Merge pull request #97 from seung-lab/airflow292
Browse files Browse the repository at this point in the history
Upgrade Airflow to 2.9.2
  • Loading branch information
ranlu authored Jun 15, 2024
2 parents f5d0862 + d153625 commit 6f361a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ARG AIRFLOW_HOME=/usr/local/airflow
ENV AIRFLOW_HOME ${AIRFLOW_HOME}
ARG AIRFLOW_USER=airflow
ENV AIRFLOW_USER ${AIRFLOW_USER}
ARG AIRFLOW_VERSION=2.9.1
ARG AIRFLOW_VERSION=2.9.2
ENV AIRFLOW_VERSION ${AIRFLOW_VERSION}
ARG MINICONDA_PATH=/opt/conda
ARG MINICONDA_URL=https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-Linux-x86_64.sh
Expand All @@ -34,7 +34,7 @@ RUN savedAptMark="$(apt-mark showmanual)" \
&& rm ~/miniconda.sh \
&& conda update conda \
&& conda install -y nomkl \
&& conda install -y -c conda-forge -c main boto3=1.34.69 botocore=1.34.69 celery=5.3.6 cryptography=41.0.7 gevent kombu=5.3.7 matplotlib-base mysql-connector-python networkx=3.3 numpy=1.26.4 pillow pysimdjson redis-py=5.0.4 scipy zfpy zstandard=0.22.0 \
&& conda install -y -c conda-forge -c main boto3=1.34.106 botocore=1.34.106 celery=5.3.6 cryptography=41.0.7 gevent kombu=5.3.7 matplotlib-base mysql-connector-python networkx=3.3 numpy=1.26.4 pillow pysimdjson redis-py=5.0.4 scipy zfpy zstandard=0.22.0 \
&& find ${MINICONDA_PATH} -follow -type f -name '*.a' -delete \
&& find ${MINICONDA_PATH} -follow -type f -name '*.js.map' -delete \
&& conda clean -yaf \
Expand Down

0 comments on commit 6f361a5

Please sign in to comment.