Munzali commited on
Commit
d62daed
1 Parent(s): d296bbe

Update Dockerfile

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