Commit eec58cb 1 parent 080d214 commit eec58cb Copy full SHA for eec58cb
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN npm config set fetch-retry-mintimeout 200000 && \
22
22
npm config delete https-proxy && \
23
23
npm config set loglevel verbose && \
24
24
npm cache clean --force && \
25
- npm ci --no-audit
25
+ npm ci --force --prefer-offline -- no-audit
26
26
27
27
COPY --from=fetch-kubeflow-kubeflow $LIB/ ./
28
28
RUN npm run build
@@ -39,7 +39,7 @@ RUN npm config set fetch-retry-mintimeout 200000 && \
39
39
npm config delete https-proxy && \
40
40
npm config set loglevel verbose && \
41
41
npm cache clean --force && \
42
- npm ci --no-audit
42
+ npm ci --force --prefer-offline -- no-audit
43
43
44
44
COPY ./pkg/ui/v1beta1/frontend/ .
45
45
COPY --from=frontend-kubeflow-lib /src/dist/kubeflow/ ./node_modules/kubeflow/
You can’t perform that action at this time.
0 commit comments