TornikeO commited on
Commit
97989c2
·
1 Parent(s): dea2509

Retrigger build

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -1,4 +1,5 @@
1
- FROM pytorch/pytorch:2.2.1-cuda11.8-cudnn8-devel
 
2
 
3
  RUN apt-get update && apt-get install -y --no-install-recommends git && \
4
  apt-get clean && rm -rf /var/lib/apt/lists/*
 
1
+ # FROM pytorch/pytorch:latest
2
+ FROM pytorch/pytorch:2.5.1-cuda12.4-cudnn9-devel
3
 
4
  RUN apt-get update && apt-get install -y --no-install-recommends git && \
5
  apt-get clean && rm -rf /var/lib/apt/lists/*