-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
No docker manifest entry for M3 Max? #150
Comments
Hi again! Ok, it seems like you have been pushing only It appears that I can simply add However, I then get a PHP error from inside the container: Fatal error: Uncaught Error: Class "Symfony\Component\Console\Application" not found in /mozart/src/Console/Application.php:8
Stack trace:
#0 /project/vendor/composer/ClassLoader.php(576): include()
#1 /project/vendor/composer/ClassLoader.php(427): Composer\Autoload\{closure}('/mozart/vendor/...')
#2 /mozart/bin/mozart(27): Composer\Autoload\ClassLoader->loadClass('CoenJacobs\\Moza...')
#3 /mozart/bin/mozart(29): {closure}('0.8.0')
#4 {main}
thrown in /mozart/src/Console/Application.php on line 8 |
@TobiasBg What tag of the Docker image are you getting that error with? |
Hi @coenjacobs! |
@TobiasBg Could you try it with one of the versioned tags: https://hub.docker.com/r/coenjacobs/mozart/tags - the |
@coenjacobs: Thanks! Indeed, Using 0.7.1, i.e. calling Unless you would like to keep this issue as a reminder for a potential readme change, this can be closed. |
@TobiasBg Thanks for letting me know, glad to hear that resolved your issue. I'll leave it open for now, so I have a reminder to work on the documentation indeed - thanks again! |
Hi @coenjacobs,
I'm trying to run mozart via Docker on an M3 Max.
I'm not getting
no matching manifest for linux/arm64/v8 in the manifest list entries
when running
docker pull coenjacobs/mozart
I didn't see this back in May (when my workflow last used mozart), so that I assume that something changed recently?
Is this something that I can or should adjust in my configuration?
The text was updated successfully, but these errors were encountered: