ManiAz09 commited on
Commit
2d4f821
·
1 Parent(s): 51ab007

Update Dockerfile

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