ManiAz09 commited on
Commit
6a97e82
·
1 Parent(s): 7a32e2c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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