Coder Social home page Coder Social logo

Comments (2)

jreiberkyle avatar jreiberkyle commented on June 4, 2024

This is being blocked on an issue I am having where one computer cannot build the docker image, the other can build it. Both are trying to build against the master branch, both use docker build --no-cache -t planet-notebooks:test .. Failing system is docker desktop 2.2.0.3, OSX 10.15.3. Successful system is docker desktop 2.2.0.5, OSX 10.14.6. Both on the same network.

Failed build end of log:

Step 6/9 : RUN conda config --set channel_priority strict &&     conda install -y -c conda-forge --file /tmp/requirements.txt
 ---> Running in 01d54cf7c913
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
Solving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
Solving environment: ...working... Killed
The command '/bin/sh -c conda config --set channel_priority strict &&     conda install -y -c conda-forge --file /tmp/requirements.txt' returned a non-zero code: 137

Succeeded build step 6/9:

Step 6/9 : RUN conda config --set channel_priority strict &&     conda install -y -c conda-forge --file /tmp/requirements.txt
 ---> Running in 0f6b58123455
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
Solving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
Solving environment: ...working... done

from notebooks.

jreiberkyle avatar jreiberkyle commented on June 4, 2024

Tried:

  • run docker system prune -a on failing system, still fails
  • run docker system prune -a on succeeding system, still succeeds
  • update docker to 2.2.0.5 on failing system, whoa worked! details =>

Step 6/9 (which failed before):

Step 6/9 : RUN conda config --set channel_priority strict &&     conda install -y -c conda-forge --file /tmp/requirements.txt
 ---> Running in 1b1cdc7a3aa5
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
Solving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source.
Collecting package metadata (repodata.json): ...working... done
Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
Solving environment: ...working... done

from notebooks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.