Rehabilitate cic cache

This commit is contained in:
Louis Holbrook
2021-04-02 13:20:05 +00:00
parent 68bdadcdf1
commit fc59e24c80
22 changed files with 236 additions and 356 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.2a44
RUN pip install $pip_extra_index_url_flag cic-base[full_graph]==0.1.2a53
COPY cic-cache/requirements.txt ./
COPY cic-cache/setup.cfg \