Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -6,8 +6,8 @@ WORKDIR /Fooocus
|
|
6 |
RUN ls
|
7 |
# RUN cd Fooocus
|
8 |
RUN python3 -m venv fooocus_env
|
9 |
-
RUN source fooocus_env/bin/activate
|
10 |
RUN pip install -r requirements_versions.txt
|
11 |
|
12 |
-
RUN source fooocus_env/bin/activate
|
13 |
RUN python entry_with_update.py --listen --port 7860
|
|
|
6 |
RUN ls
|
7 |
# RUN cd Fooocus
|
8 |
RUN python3 -m venv fooocus_env
|
9 |
+
# RUN source fooocus_env/bin/activate
|
10 |
RUN pip install -r requirements_versions.txt
|
11 |
|
12 |
+
# RUN source fooocus_env/bin/activate
|
13 |
RUN python entry_with_update.py --listen --port 7860
|