Apotrox

Results 16 comments of Apotrox

![grafik](https://github.com/SoftFever/OrcaSlicer/assets/26527256/39141be8-7c63-48c0-87f8-c8db3f04a4ba) Small screenshot of Klipper console

well, i don't entirely know why, but after trying `docker compose up` everything worked. Not sure if this issue will be of relevance so i'll leave it open for now.

@tolgakurtuluss thank you for that info, sadly i can't go lower than Cuda 12 as there appears to be no slim debian docker image that supports gcc below version 12...

If you're still looking for this, here's what to do. Create a virtual enviroment for shap-e and it's dependencies (if you haven't already when trying to set it up initially)....

putting the utils.py in the copy line of the dockerfile seemed to have fixed that, now i get an out of index error .-.

that appears to have gotten fixed by modifying line 6 in the dockerfile to `RUN apt-get update && apt-get install -y software-properties-common && apt-get install ffmpeg libsm6 libxext6 -y`, thanks...