Skip to content

Commit

Permalink
Merge pull request #108 from seung-lab/airflow2102
Browse files Browse the repository at this point in the history
Bump to airflow 2.10.2 and adjust the dependencies
  • Loading branch information
ranlu authored Sep 30, 2024
2 parents c317a53 + e489ee6 commit ccc6187
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.10.1
ARG AIRFLOW_VERSION=2.10.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 @@ -38,7 +38,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.35.7 botocore=1.35.7 celery=5.4.0 cryptography=42.0.8 gevent kombu=5.4.0 matplotlib-base mysql-connector-python=8.4.0 networkx=3.3 numpy=1.26.4 pillow pysimdjson redis-py=5.0.8 scipy zfpy zstandard=0.23.0 \
&& conda install -y -c conda-forge -c main boto3=1.35.16 botocore=1.35.16 celery=5.4.0 cryptography=42.0.8 gevent kombu=5.4.1 matplotlib-base mysql-connector-python=8.4.0 networkx=3.3 numpy=1.26.4 pillow pysimdjson redis-py=5.0.8 scipy zfpy zstandard=0.23.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 ccc6187

Please sign in to comment.