Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

FROM ubuntu:20.04
FROM nvidia/cudagl:11.2.2-runtime-ubuntu20.04

ARG DEBIAN_FRONTEND="noninteractive"
ENV LIBGL_ALWAYS_INDIRECT=1
Expand All @@ -42,7 +42,7 @@ RUN apt-get update --fix-missing && \
fontconfig \
libfreetype6-dev

RUN pip3 install --upgrade pip
RUN pip3 install --upgrade "pip<24.1"
RUN pip3 install PyOpenGL \
PyOpenGL_accelerate

Expand Down