Skip to content

Commit

Permalink
Update Dockerfile (#1429)
Browse files Browse the repository at this point in the history
  • Loading branch information
dacbd committed Oct 10, 2023
1 parent 27ea8ab commit f775f7b
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 @@ -111,7 +111,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@2 vega@5 vega-cli@5 vega-lite@5
&& npm install --global canvas@2 vega@5 vega-cli@5 vega-lite@5.14.1

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

0 comments on commit f775f7b

Please sign in to comment.