Munzali commited on
Commit
792f68e
·
verified ·
1 Parent(s): a492d67

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -3
Dockerfile CHANGED
@@ -48,12 +48,12 @@ WORKDIR $HOME/app
48
 
49
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
50
 
51
- RUN
 
52
  # git clone https://github.com/lllyasviel/Fooocus . && \
53
  # pin to a specific commit
54
  # git checkout fc3588875759328d715fa07cc58178211a894386 && \
55
- 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 && \
56
- pip install --no-cache-dir -r requirements_versions.txt
57
 
58
  #COPY auth.py $HOME/modules/auth.py
59
 
 
48
 
49
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
50
 
51
+ RUN 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
  # git clone https://github.com/lllyasviel/Fooocus . && \
54
  # pin to a specific commit
55
  # git checkout fc3588875759328d715fa07cc58178211a894386 && \
56
+
 
57
 
58
  #COPY auth.py $HOME/modules/auth.py
59