Coder Social home page Coder Social logo

Comments (4)

a-harhar avatar a-harhar commented on July 22, 2024 1

UPDATE:
Since this was a versioning issue with the platform, I had students change the docker-compose.yml file to add the following line:

platform: linux/amd64

The final file looks something like this:
image

Seems like this worked for others facing this issue using the run_scripts workflow! However ch workflow is still not working and continues to run into the same issue

from cs350-docker.

a-harhar avatar a-harhar commented on July 22, 2024 1

Created a PR #16 for the issue. Thank you so much for your timely response, it is very much appreciated!

from cs350-docker.

camerondurham avatar camerondurham commented on July 22, 2024

@a-harhar Thanks for bringing this up! You're right, I should have explicitly specified the required platform as you did and that's a bug. Feel free to PR the change to the Docker compose file or I'll do it after work.

And for ch, looks like not specifying platform: linux/amd64 in ch is a bug/feature required to make this config work, otherwise it will default to host platform that would be wrong for anything not x86.

from cs350-docker.

camerondurham avatar camerondurham commented on July 22, 2024

I'm going to close this after releasing your change in #16 to ch in version v0.3.7. Feel free to re-open if issues recur!

To upgrade, users can run ch upgrade for commands to upgrade to latest version.

Example:

ch upgrade

        current version 0.3.7, latest version v0.3.7

        Please run the following upgrade command (detected macOS operating system):

        bash <(curl -s https://raw.githubusercontent.com/camerondurham/ch/main/scripts/install-ch.sh)

        For more help, see the repository README: https://github.com/camerondurham/ch

Users that installed via brew can upgrade with brew upgrade camerondurham/tap/ch to get the latest build and follow instructions in this repo.

from cs350-docker.

Related Issues (8)

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.