Ffftdtd5dtft commited on
Commit
7596c1d
1 Parent(s): 8b69b74

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN apt-get update && \
13
 
14
  # Install pygit2 version 1.15.1
15
  RUN pip install pygit2==1.15.1
16
- RUN pip install packaging
17
 
18
  # Clone the Fooocus repository
19
  RUN git clone https://github.com/lllyasviel/Fooocus.git
 
13
 
14
  # Install pygit2 version 1.15.1
15
  RUN pip install pygit2==1.15.1
16
+ RUN pip install packaging torch==2.1.0 torchvision==0.16.0 --extra-index-url https://download.pytorch.org/whl/cu121
17
 
18
  # Clone the Fooocus repository
19
  RUN git clone https://github.com/lllyasviel/Fooocus.git