Merge remote-tracking branch 'origin/master' into lash/cic-cache-syncer-backend-mixup

This commit is contained in:
nolash
2021-04-16 23:44:23 +02:00
23 changed files with 395 additions and 131 deletions

View File

@@ -17,7 +17,7 @@ RUN apt-get update && \
# Copy shared requirements from top of mono-repo
RUN echo "copying root req file ${root_requirement_file}"
RUN pip install $pip_extra_index_url_flag cic-base[full_graph]==0.1.2a58
RUN pip install $pip_extra_index_url_flag cic-base[full_graph]==0.1.2a76
COPY cic-cache/requirements.txt ./
COPY cic-cache/setup.cfg \