Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates for dvc 3.0 release. #1388

Merged
merged 1 commit into from
Jun 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/images.yml
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -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 \
Expand Down