mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
update Dockerfile
- remove yarn install args `--prefer-offline` and `--production=false`
This commit is contained in:
parent
9c3f548900
commit
394b4a771e
@ -43,10 +43,8 @@ WORKDIR ${APPDIR}/invokeai/frontend
|
||||
RUN \
|
||||
--mount=type=cache,target=/usr/local/share/.cache/yarn \
|
||||
yarn install \
|
||||
--prefer-offline \
|
||||
--frozen-lockfile \
|
||||
--non-interactive \
|
||||
--production=false
|
||||
--non-interactive
|
||||
|
||||
# build frontend
|
||||
RUN yarn build
|
||||
|
Loading…
Reference in New Issue
Block a user