feat: sync pytorch for docker with version used in prepare_environment
This commit is contained in:
parent
299ba4d2a2
commit
7f6dfe25a5
|
|
@ -1,6 +1,6 @@
|
|||
# Fooocus on Docker
|
||||
|
||||
The docker image is based on NVIDIA CUDA 12.4 and PyTorch 2.0, see [Dockerfile](Dockerfile) and [requirements_docker.txt](requirements_docker.txt) for details.
|
||||
The docker image is based on NVIDIA CUDA 12.4 and PyTorch 2.1, see [Dockerfile](Dockerfile) and [requirements_docker.txt](requirements_docker.txt) for details.
|
||||
|
||||
## Requirements
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,2 @@
|
|||
torch==2.0.1
|
||||
torchvision==0.15.2
|
||||
torchaudio==2.0.2
|
||||
torchtext==0.15.2
|
||||
torchdata==0.6.1
|
||||
torch==2.1.0
|
||||
torchvision==0.16.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue