Skip to content

Commit

Permalink
feat: add installation line for knossos_utils to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
torms3 committed Aug 3, 2023
1 parent 5914901 commit 1054747
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ RUN savedAptMark="$(apt-mark showmanual)" \
&& pip install --no-cache-dir "apache-airflow[celery,postgres,rabbitmq,docker,slack,google,statsd]==${AIRFLOW_VERSION}" --constraint "${CONSTRAINT_URL}" \
&& pip install --no-cache-dir --compile --global-option=build git+https://github.com/seung-lab/chunk_iterator#egg=chunk-iterator \
&& pip install --no-cache-dir igneous-pipeline \
&& pip install --no-cache-dir git+https://github.com/knossos-project/knossos_utils.git \
&& mkdir -p ${AIRFLOW_HOME}/version \
&& groupadd -r docker \
&& groupadd -r ${AIRFLOW_USER} \
Expand Down

0 comments on commit 1054747

Please sign in to comment.