Skip to content

Commit

Permalink
Pin Vega and related dependencies on Dockerfile
Browse files Browse the repository at this point in the history
Same as iterative/setup-cml#40 & iterative/setup-cml#41 but for our container images.
  • Loading branch information
0x2b3bfa0 authored Sep 19, 2021
1 parent 2e9a21d commit 293cc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ RUN add-apt-repository universe --yes \
&& apt-get clean \
&& rm --recursive --force /var/lib/apt/lists/* \
&& npm config set user 0 \
&& npm install --global canvas vega vega-cli vega-lite
&& npm install --global canvas@2 vega@5 vega-cli@5 vega-lite@4

# CONFIGURE RUNNER PATH
ENV RUNNER_PATH=/home/runner
Expand Down

0 comments on commit 293cc84

Please sign in to comment.