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 \
|
RUN \
|
||||||
--mount=type=cache,target=/usr/local/share/.cache/yarn \
|
--mount=type=cache,target=/usr/local/share/.cache/yarn \
|
||||||
yarn install \
|
yarn install \
|
||||||
--prefer-offline \
|
|
||||||
--frozen-lockfile \
|
--frozen-lockfile \
|
||||||
--non-interactive \
|
--non-interactive
|
||||||
--production=false
|
|
||||||
|
|
||||||
# build frontend
|
# build frontend
|
||||||
RUN yarn build
|
RUN yarn build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user