We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98158a2 commit c69c284Copy full SHA for c69c284
.github/workflows/images.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- dvc: [1, 2]
+ dvc: [1, 2, 3]
13
base: [0, 1]
14
gpu: [false, true]
15
include:
@@ -25,7 +25,7 @@ jobs:
25
cudnn: 8
26
- latest: true # update the values below after introducing a new major version
27
base: 1
28
- dvc: 2
+ dvc: 3
29
steps:
30
- uses: actions/checkout@v3
31
with:
Dockerfile
@@ -85,7 +85,7 @@ RUN add-apt-repository universe --yes \
85
&& rm --recursive --force /var/lib/apt/lists/*
86
87
# INSTALL DVC
88
-ARG DVC_VERSION=2
+ARG DVC_VERSION=3
89
RUN cd /etc/apt/sources.list.d \
90
&& wget https://dvc.org/deb/dvc.list \
91
&& apt-get update \
0 commit comments