mirror of
https://github.com/albertan017/LLM4Decompile.git
synced 2026-06-17 01:55:50 +00:00
build: update pytorch and cuda versions in dockerfile
This commit is contained in:
parent
7ed839a8a2
commit
473973cf79
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
# PyTorch base image with CUDA, cuDNN, and PyTorch preinstalled
|
||||
FROM pytorch/pytorch:2.2.2-cuda12.1-cudnn8-runtime
|
||||
FROM pytorch/pytorch:2.7.1-cuda12.8-cudnn9-runtime
|
||||
|
||||
# Set working directory
|
||||
WORKDIR /app
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue