Skip to content

Commit

Permalink
Update Dockerfile (iterative#1429)
Browse files Browse the repository at this point in the history
  • Loading branch information
dacbd authored and BradyJ27 committed Apr 6, 2024
1 parent c6add3f commit 4851d4c
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 4851d4c

Please sign in to comment.