diff --git a/.github/workflows/images.yml b/.github/workflows/images.yml index a412626fc..a89d56931 100644 --- a/.github/workflows/images.yml +++ b/.github/workflows/images.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - dvc: [1, 2] + dvc: [1, 2, 3] base: [0, 1] gpu: [false, true] include: @@ -25,7 +25,7 @@ jobs: cudnn: 8 - latest: true # update the values below after introducing a new major version base: 1 - dvc: 2 + dvc: 3 steps: - uses: actions/checkout@v3 with: diff --git a/Dockerfile b/Dockerfile index 00278d8f5..bafd9cf1c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -85,7 +85,7 @@ RUN add-apt-repository universe --yes \ && rm --recursive --force /var/lib/apt/lists/* # INSTALL DVC -ARG DVC_VERSION=2 +ARG DVC_VERSION=3 RUN cd /etc/apt/sources.list.d \ && wget https://dvc.org/deb/dvc.list \ && apt-get update \