You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've tried to use ComfyUI-Depthflow-Nodes with this comfyui-docker-image, but it's failing due to "libEGL.so" missing. This issue would describe how to fix it within the dockerfile: akatz-ai/ComfyUI-Depthflow-Nodes#8:
# (Ubuntu 22.04)
RUN apt update && apt install -y libegl1-mesa libglvnd-dev libglvnd0
RUN mkdir -p /usr/share/glvnd/egl_vendor.d
RUN echo '{"file_format_version":"1.0.0","ICD":{"library_path":"/usr/lib/x86_64-linux-gnu/libEGL_nvidia.so.0"}}' > /usr/share/glvnd/egl_vendor.d/10_nvidia.json
# Could also be important
ENV NVIDIA_DRIVER_CAPABILITIES="all"
ENV NVIDIA_VISIBLE_DEVICES="all"
Do you think it would be possible to include in this image?
The text was updated successfully, but these errors were encountered:
Hey,
I've tried to use ComfyUI-Depthflow-Nodes with this comfyui-docker-image, but it's failing due to "libEGL.so" missing. This issue would describe how to fix it within the dockerfile: akatz-ai/ComfyUI-Depthflow-Nodes#8:
Do you think it would be possible to include in this image?
The text was updated successfully, but these errors were encountered: