Skip to content

Commit c69c284

Browse files
authored
initial update (iterative#1388)
1 parent 98158a2 commit c69c284

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/images.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
dvc: [1, 2]
12+
dvc: [1, 2, 3]
1313
base: [0, 1]
1414
gpu: [false, true]
1515
include:
@@ -25,7 +25,7 @@ jobs:
2525
cudnn: 8
2626
- latest: true # update the values below after introducing a new major version
2727
base: 1
28-
dvc: 2
28+
dvc: 3
2929
steps:
3030
- uses: actions/checkout@v3
3131
with:

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ RUN add-apt-repository universe --yes \
8585
&& rm --recursive --force /var/lib/apt/lists/*
8686

8787
# INSTALL DVC
88-
ARG DVC_VERSION=2
88+
ARG DVC_VERSION=3
8989
RUN cd /etc/apt/sources.list.d \
9090
&& wget https://dvc.org/deb/dvc.list \
9191
&& apt-get update \

0 commit comments

Comments
 (0)