Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 0.8.3: proper pin of dask and distributed for the Finch docker image #233

Merged
merged 5 commits into from
Apr 21, 2022

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    741e732 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. docker: update conda to avoid "picosat: out of memory in 'resize'" error

    Got this error on DockerHub:
    
    ```
    10 [5/6] RUN conda config --add channels conda-forge && conda env create -n finch -f environment.yml && conda install -c conda-forge -n finch gunicorn psycopg2 && rm -rf /opt/conda/pkgs/*
    10 sha256:300f07b5b9c74a71d82689738dfbba263b52421627f1100c2b35f97fa0d3957d
    10 1.391 Collecting package metadata (repodata.json): ...working... done
    10 98.50 Solving environment: ...working... *** picosat: out of memory in 'resize'
    10 1262.5 Aborted
    10 ERROR: executor failed running [/bin/sh -c conda config --add channels conda-forge && conda env create -n finch -f environment.yml && conda install -c conda-forge -n finch gunicorn psycopg2 && rm -rf /opt/conda/pkgs/*]: exit code: 134
    ------
    > [5/6] RUN conda config --add channels conda-forge && conda env create -n finch -f environment.yml && conda install -c conda-forge -n finch gunicorn psycopg2 && rm -rf /opt/conda/pkgs/*:
    ------
    error: failed to solve: rpc error: code = Unknown desc = executor failed running [/bin/sh -c conda config --add channels conda-forge && conda env create -n finch -f environment.yml && conda install -c conda-forge -n finch gunicorn psycopg2 && rm -rf /opt/conda/pkgs/*]: exit code: 134
    Build failed using Buildkit
    ```
    
    This issue conda/conda#9067 hints that maybe a conda update might fix it.
    tlvu committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    d8979a6 View commit details
    Browse the repository at this point in the history
  2. docker: switch to use mamba since still build error on DockerHub

    Trying to fix this error on DockerHub, hope this works:
    
    ```
    10 [5/6] RUN conda config --add channels conda-forge && conda env create -n finch -f environment.yml && conda install -c conda-forge -n finch gunicorn psycopg2 && rm -rf /opt/conda/pkgs/*
    10 sha256:32f6b0b62771f2317c26270dfe736f18955f5461cf54e4fcdcbf6df1327eb4ab
    10 1.904 Collecting package metadata (repodata.json): ...working... done
    10 126.7 Solving environment: ...working... Killed
    ```
    tlvu committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    777126d View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Configuration menu
    Copy the full SHA
    1e97b2f View commit details
    Browse the repository at this point in the history
  2. Bump version: 0.8.2 → 0.8.3

    tlvu committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    643b92a View commit details
    Browse the repository at this point in the history