Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
FROM python:3.10.12
|
2 |
|
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
|
|
|
1 |
FROM python:3.10.12
|
2 |
|
3 |
RUN git clone https://github.com/lllyasviel/Fooocus.git
|
4 |
+
RUN ls
|
5 |
WORKDIR /Fooocus
|
6 |
+
RUN ls
|
7 |
# RUN cd Fooocus
|
8 |
RUN python3 -m venv fooocus_env
|
9 |
RUN source fooocus_env/bin/activate
|