fffiloni commited on
Commit
c8a53d8
1 Parent(s): 92c7920

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -1,5 +1,5 @@
1
  # Use an official PyTorch image with CUDA support as the base image
2
- FROM pytorch/pytorch:1.9.0-cuda11.1-cudnn8-devel
3
 
4
  # Add NVIDIA CUDA GPG key
5
  # Add NVIDIA CUDA GPG key using a different key server
@@ -44,7 +44,7 @@ WORKDIR $HOME/app
44
  RUN git clone -b main https://github.com/fffiloni/video-retalking $HOME/app
45
 
46
  # Install specific versions of PyTorch and TorchVision
47
- RUN pip install torch==1.9.0+cu111 torchvision==0.10.0+cu111 -f https://download.pytorch.org/whl/torch_stable.html
48
 
49
  # Install dependencies
50
  #COPY requirements.txt $HOME/app/requirements.txt
 
1
  # Use an official PyTorch image with CUDA support as the base image
2
+ FROM pytorch/pytorch:2.0.1-cuda11.7-cudnn8-devel
3
 
4
  # Add NVIDIA CUDA GPG key
5
  # Add NVIDIA CUDA GPG key using a different key server
 
44
  RUN git clone -b main https://github.com/fffiloni/video-retalking $HOME/app
45
 
46
  # Install specific versions of PyTorch and TorchVision
47
+ RUN pip install torch==2.0.1+cu117 torchvision==0.15.0+cu117 -f https://download.pytorch.org/whl/torch_stable.html
48
 
49
  # Install dependencies
50
  #COPY requirements.txt $HOME/app/requirements.txt