I am experiencing a persistent build error on my Space and I am completely stuck.
Link to my Space: https://huggingface.co/spaces/samceo07/AATM-CHAT-BoT
The Problem: The build fails with the error E: Package 'libgl1-mesa-glx' has no installation candidate. The build log shows it is trying to run a long apt-get install command from a Dockerfile.
What I Have Tried:
-
I have confirmed multiple times that there is no
Dockerfilein my repository’smainbranch. -
I have added a
packages.aptfile with the correct dependencies (includinglibgl1). -
I have tried the “Factory Reset” option in the Space settings multiple times.
Despite all this, the build log continues to show that an old configuration with a Dockerfile is being used. It seems like the build environment is stuck on a bad cache that I cannot clear.
Could you please look at the internal configuration for my Space and help me resolve this?
Thank you!