diff --git a/Dockerfile b/Dockerfile index c26ffdc1b..11e6f6432 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,9 @@ # FROM gcr.io/neuromancer-seung-import/pychunkedgraph:graph-tool_dracopy -FROM seunglab/pychunkedgraph:graph-tool_dracopy +FROM caveconnectome/pychunkedgraph:base_042124 COPY override/timeout.conf /etc/nginx/conf.d/timeout.conf COPY override/supervisord.conf /etc/supervisor/conf.d/supervisord.conf COPY requirements.txt /app RUN pip install --upgrade pip \ - && pip install --no-cache-dir --upgrade -r requirements.txt -COPY . /app \ No newline at end of file + && pip install packaging==21.3 \ + && pip install --no-cache-dir --upgrade -r requirements.txt +COPY . /app \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 67e12a697..9660b9d38 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ numpy pandas networkx==2.1 google-cloud-bigtable>=0.33.0 -google-cloud-datastore>=1.8<=2.0dev +google-cloud-datastore>=1.8,<=2.18.0 flask_cors codecov multiwrapper