Spaces:
Build error
Build error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -52,7 +52,7 @@ RUN git clone https://github.com/lllyasviel/Fooocus . && \
|
|
52 |
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 && \
|
53 |
pip install --no-cache-dir -r requirements_versions.txt
|
54 |
|
55 |
-
COPY auth.py $HOME/modules/auth.py
|
56 |
|
57 |
|
58 |
#RUN sed -i "s|def load_auth_data.*|def load_auth_data() pass|" /home/user/app/modules/auth.py
|
|
|
52 |
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 && \
|
53 |
pip install --no-cache-dir -r requirements_versions.txt
|
54 |
|
55 |
+
#COPY auth.py $HOME/modules/auth.py
|
56 |
|
57 |
|
58 |
#RUN sed -i "s|def load_auth_data.*|def load_auth_data() pass|" /home/user/app/modules/auth.py
|