Skip to content

Commit

Permalink
Merge pull request #2426 from openvinotoolkit/bsekachev-patch-1
Browse files Browse the repository at this point in the history
Removed extra output when installing node packages
  • Loading branch information
Boris Sekachev authored Nov 16, 2020
2 parents 127305f + aef4625 commit 9807856
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile.ui
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ COPY cvat-canvas/package*.json /tmp/cvat-canvas/
COPY cvat-ui/package*.json /tmp/cvat-ui/
COPY cvat-data/package*.json /tmp/cvat-data/

RUN npm config set loglevel info

# Install cvat-data dependencies
WORKDIR /tmp/cvat-data/
RUN npm ci
Expand Down

0 comments on commit 9807856

Please sign in to comment.