radames commited on
Commit
2361dfa
1 Parent(s): a160025

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -44,7 +44,8 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
44
  WORKDIR $HOME/app
45
  EXPOSE 9090
46
 
47
- COPY --chown=user:user ./invokeai.yaml $HOME/app/invokeai.yaml
 
48
 
49
  # RUN ["invokeai-configure", "--yes", "--default_only", "--root", "."]
50
 
 
44
  WORKDIR $HOME/app
45
  EXPOSE 9090
46
 
47
+
48
+ COPY --chown=user:user ./invokeai.yaml /home/user/invokeai/invokeai.yaml
49
 
50
  # RUN ["invokeai-configure", "--yes", "--default_only", "--root", "."]
51