radames HF staff commited on
Commit
cfc6e37
1 Parent(s): 585a39c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -47,7 +47,7 @@ WORKDIR $HOME/app
47
 
48
  RUN git clone https://github.com/lllyasviel/Fooocus . && \
49
  # pin to a specific commit
50
- git checkout 814aac94aa6519fd12cf13ae30befbeef53dc72a && \
51
  pip install --no-cache-dir xformers==0.0.20 triton==2.0.0 torch==2.0.1 torchvision==0.15.2 --extra-index-url https://download.pytorch.org/whl/cu118 && \
52
  pip install --no-cache-dir -r requirements_versions.txt
53
 
 
47
 
48
  RUN git clone https://github.com/lllyasviel/Fooocus . && \
49
  # pin to a specific commit
50
+ git checkout fc3588875759328d715fa07cc58178211a894386 && \
51
  pip install --no-cache-dir xformers==0.0.20 triton==2.0.0 torch==2.0.1 torchvision==0.15.2 --extra-index-url https://download.pytorch.org/whl/cu118 && \
52
  pip install --no-cache-dir -r requirements_versions.txt
53