Skip to content

Commit

Permalink
Pinned version of dvc (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidGOrtega authored Dec 29, 2021
1 parent 68e29bf commit d2a2afb
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 @@ -69,7 +69,7 @@ ARG DVC_VERSION=2
RUN cd /etc/apt/sources.list.d \
&& wget https://dvc.org/deb/dvc.list \
&& apt-get update \
&& apt-get install --yes "dvc=${DVC_VERSION}.*" \
&& apt-get install --yes "dvc=$(if [ "$DVC_VERSION" = "1" ]; then echo "${DVC_VERSION}.*" ; else echo 2.9.2 ; fi)" \
&& apt-get clean \
&& rm --recursive --force /var/lib/apt/lists/*

Expand Down

2 comments on commit d2a2afb

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Comment

CML watermark

Please sign in to comment.