Munzali commited on
Commit
82229ae
·
verified ·
1 Parent(s): 9ac47e0

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -57,7 +57,7 @@ RUN git clone https://github.com/lllyasviel/Fooocus . && \
57
 
58
  #RUN sed -i "s|def load_auth_data.*|def load_auth_data() pass|" /home/user/app/modules/auth.py
59
 
60
- docker build --build-arg FILENAME=auth.json -t my_image
61
 
62
 
63
  # remove the next line if you're running on your own GPU, it set max images to 3 and disables the API
 
57
 
58
  #RUN sed -i "s|def load_auth_data.*|def load_auth_data() pass|" /home/user/app/modules/auth.py
59
 
60
+ ARG FILENAME=auth.json
61
 
62
 
63
  # remove the next line if you're running on your own GPU, it set max images to 3 and disables the API