Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -3,7 +3,7 @@ FROM python:3.10.12
|
|
| 3 |
RUN git clone https://github.com/lllyasviel/Fooocus.git
|
| 4 |
WORKDIR /Fooocus
|
| 5 |
|
| 6 |
-
RUN cd Fooocus
|
| 7 |
RUN python3 -m venv fooocus_env
|
| 8 |
RUN source fooocus_env/bin/activate
|
| 9 |
RUN pip install -r requirements_versions.txt
|
|
|
|
| 3 |
RUN git clone https://github.com/lllyasviel/Fooocus.git
|
| 4 |
WORKDIR /Fooocus
|
| 5 |
|
| 6 |
+
# RUN cd Fooocus
|
| 7 |
RUN python3 -m venv fooocus_env
|
| 8 |
RUN source fooocus_env/bin/activate
|
| 9 |
RUN pip install -r requirements_versions.txt
|