fffiloni commited on
Commit
64cc70f
·
1 Parent(s): e3d710e

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-runtime
3
 
4
  # Install Git, OpenGL libraries, and libglib2.0
5
  RUN apt-get update && apt-get install -y git libgl1-mesa-glx libglib2.0-0
@@ -35,7 +35,7 @@ WORKDIR $HOME/app
35
  RUN git clone -b main https://github.com/fffiloni/video-retalking $HOME/app
36
 
37
  # Install specific versions of PyTorch and TorchVision
38
- RUN pip install torch==1.9.0 torchvision==0.10.0
39
 
40
  # Install dependencies
41
  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-runtime
3
 
4
  # Install Git, OpenGL libraries, and libglib2.0
5
  RUN apt-get update && apt-get install -y git libgl1-mesa-glx libglib2.0-0
 
35
  RUN git clone -b main https://github.com/fffiloni/video-retalking $HOME/app
36
 
37
  # Install specific versions of PyTorch and TorchVision
38
+ RUN pip install torchvision==0.15.2
39
 
40
  # Install dependencies
41
  COPY requirements.txt $HOME/app/requirements.txt