Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Docker run runs and then exits, does not set up server #183

Open
handrew opened this issue Apr 25, 2023 · 2 comments
Open

Docker run runs and then exits, does not set up server #183

handrew opened this issue Apr 25, 2023 · 2 comments
Labels
dependencies Pull requests that update a dependency file help wanted Extra attention is needed

Comments

@handrew
Copy link

handrew commented Apr 25, 2023

I'm running

docker run -p 80:80 -e MODEL=user/repo hyperonym/basaran:0.14.1

where user/repo is a Hugging Face repo. It then appears to download the model, but then once it finishes it just exits the process.

I'm using 0.14.1 because it looks like that's the only one that supports arm64 chips.

@peakji peakji added help wanted Extra attention is needed dependencies Pull requests that update a dependency file labels Apr 25, 2023
@peakji
Copy link
Member

peakji commented Apr 25, 2023

Hi @handrew ! This is a bit awkward. 😅

In #111, we added support for ARM architecture, but due to the resource limitations of GitHub Action runners, we had to use some hacks (#114, #131) to squeeze out more build space.

Unfortunately, these hacks soon became invalid (jlumbroso/free-disk-space#4), so support for ARM architecture was cancelled...

We are also looking for a new solution.

@bigtiger
Copy link

Understandable. I'm reading this while Downloading model.safetensors fails to reach more than 65%. 😅 Thanks for your efforts.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants