Skip to content

Commit

Permalink
pin dvc==2.8.3
Browse files Browse the repository at this point in the history
- fixes #855
- refixes #856
- opens #857
  • Loading branch information
casperdcl committed Dec 30, 2021
1 parent d2a2afb commit 3eb92fa
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=$(if [ "$DVC_VERSION" = "1" ]; then echo "${DVC_VERSION}.*" ; else echo 2.9.2 ; fi)" \
&& apt-get install --yes "dvc=$(if [ "$DVC_VERSION" = "1" ]; then echo "${DVC_VERSION}.*" ; else echo 2.8.3 ; fi)" \
&& apt-get clean \
&& rm --recursive --force /var/lib/apt/lists/*

Expand Down

0 comments on commit 3eb92fa

Please sign in to comment.