Skip to content

Commit

Permalink
Update python packages
Browse files Browse the repository at this point in the history
Install kombu through pip instead of conda
ranlu committed Nov 29, 2024
1 parent e6c32dc commit f3084c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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.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 \
&& conda install -y -c conda-forge -c main boto3=1.35.36 botocore=1.35.36 celery=5.4.0 cryptography=42.0.8 gevent matplotlib-base mysql-connector-python=8.4.0 networkx=3.4.2 numpy=1.26.4 pillow pysimdjson redis-py=5.2.0 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 \

0 comments on commit f3084c7

Please sign in to comment.