Hi everyone, when I am trying to build a docker im...
# ieee-sscs-dc-24
e
Hi everyone, when I am trying to build a docker image, and my WSL seems to crash every time it gets to this install statement with python and some other packages. Is there anyone who knows why is that? My RAM seems to take up over 90% when I am downloading it. I tried updating docker and removing more disk space for it but it still doesn't work
s
This is a very concerning issue, I don't believe its an issue on our end, most likely your system. Could we get the performance specs/hardware of your system?
e
Hi, Here are some of the hardware specs Processor 12th Gen Intel(R) Core(TM) i7-12700H, 2700 Mhz, 14 Core(s), 20 Logical Processor(s) Installed Physical Memory (RAM) 16.0 GB
Is there any other specific hardware components that I need to check?
c
your specs seem to be above par in terms of what's required
can you send a list of the commands you ran so we can try to recreate the problem on our systems
my wsl has no other files installed, only docker and github
I followed until step 5 on the first command for building a docker image
v
Im running into the same problem, but im using linux mint.
👀 1
In the end I did it installing a lighter version of sky130 (1.0.427_0_gdba523d)
c
Did you modify the dockerfile @Vicente Ramirez
e
I ran it again and had another error that popped up with a HTTP error from conda. I followed this https://gist.github.com/ThePlenkov/6ecf2a43e2b3898e8cd4986d277b5ecf#file-boot-sh and the problem is solved. Everything works now.
I am able to run the klayout perfectly fine
c
thanks evan
s
@Evan Lo Hi Evan, sorry for our lack of help on this issue. If you don't mind, could you tell us the fix for the SIGBUS error.
e
Honestly I didn't do much, but what I tried to do was just cleaning cache and reinstalling everything once. That somehow worked so it might be some corrupted files during the installation process