Skip to content

Commit 232e18d

Browse files
committed
[CI] Upgrade docker image pytorch version to 2.8
1 parent bc53b4b commit 232e18d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
2424
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
2525
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
26-
FROM pytorch/pytorch:2.2.0-cuda12.1-cudnn8-runtime
26+
FROM pytorch/pytorch:2.8.0-cuda12.6-cudnn9-runtime
2727

2828
# Copied from Gem5 Docker file
2929
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)