alshedivat / al-folio

A beautiful, simple, clean, and responsive Jekyll theme for academics
https://alshedivat.github.io/al-folio/
MIT License
11.34k stars 11.28k forks source link

Docker startup freezing at 'convert' command #2587

Closed mkenworthy closed 4 months ago

mkenworthy commented 4 months ago

Have you checked that your issue isn't already filed?

Bug description

running docker-compose up freezes at ImageMagick convert

How to reproduce the bug

I pull my al-folio from github, start up Docker desktop, then cd into the repo and run:

docker-compose up

and it builds the site, but then freezes when it tries to run the convert command. ImageMagick is already installed and working on my machine.

Error messages and logs

jekyll_1  |         Generating: JekyllJupyterNotebook::Generator finished in 0.028812606 seconds.
jekyll_1  |        Jekyll Feed: Generating feed for posts
jekyll_1  |         Generating: JekyllFeed::Generator finished in 0.001988283 seconds.
jekyll_1  |        Imagemagick: Searching files in /srv/jekyll/assets/img/
jekyll_1  |        Imagemagick: Generating image "/srv/jekyll/_site/assets/img/10-480.webp"
jekyll_1  |        Imagemagick: Running command "convert "/srv/jekyll/assets/img/10.jpg" -quality 85 -resize "480>" "/srv/jekyll/_site/assets/img/10-480.webp""

What operating system are you using?

Mac

Where are you seeing the problem on?

Running locally with Docker

More info

No response

pourmand1376 commented 4 months ago

Hi, @mkenworthy

I can't replicate this bug myself. It is all fine in every system I try it. Is there anyway in which I can replicate this issue?

mkenworthy commented 4 months ago

O am sorry, it was my fault. I upgraded Docker and it started working. Thank you! Sent from my iPhoneOn 28 Jul 2024, at 11:34, Amir Pourmand @.***> wrote: Hi, @mkenworthy I can't replicate this issue. Is there anyway in which I can replicate this issue?

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>