From eaeab109db2d571bf2ce9c16c51d45dacdcd439e Mon Sep 17 00:00:00 2001 From: Chris Ochoa <91976672+chrisochoatri@users.noreply.github.com> Date: Thu, 18 Jan 2024 22:39:22 -0800 Subject: [PATCH] fix: update base docker (#159) * fix: update base docker * ci: update sphinx --- Dockerfile | 2 +- docs/requirements-doc.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3eab2aa1..8acfb101 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM nvidia/cuda:11.2.0-devel-ubuntu20.04 +FROM nvidia/cuda:11.2.2-devel-ubuntu20.04 ARG python=3.9 ENV PYTORCH_VERSION=1.8.1+cu111 diff --git a/docs/requirements-doc.txt b/docs/requirements-doc.txt index d3a9386b..dd4a5db4 100644 --- a/docs/requirements-doc.txt +++ b/docs/requirements-doc.txt @@ -4,4 +4,4 @@ mistune==0.8.4 m2r2==0.3.2 rinohtype==0.5.4 solar-theme==1.3.3 -Sphinx==4.2.0 +Sphinx==5.0