From cfa265239c89349ffc39f58c7d94f415937b2ba5 Mon Sep 17 00:00:00 2001 From: Hang Cui Date: Mon, 3 Nov 2025 10:08:31 -0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Dockerfile b/Dockerfile index bc43e84..689d343 100644 --- a/Dockerfile +++ b/Dockerfile @@ -106,21 +106,8 @@ RUN apt-get update && \ libxkbcommon-dev libwayland-dev wayland-protocols \ libepoxy-dev - WORKDIR /root/software -# Clone Pangolin repository and checkout v0.9.4 -# Hang add git checkout v0.9.4 -#RUN git clone https://github.com/stevenlovegrove/Pangolin.git && \ -# cd Pangolin && \ -# git checkout v0.9.4 && \ -# mkdir build && \ -# cd build && \ -# cmake .. && \ -# make -j8 && \ -# make install && \ -# ldconfig - # Build with GCC 11, and still sidestep EXR RUN git clone https://github.com/stevenlovegrove/Pangolin.git && \ cd Pangolin && \