Skip to content

Commit

Permalink
initial update (#1388)
Browse files Browse the repository at this point in the history
  • Loading branch information
dacbd authored Jun 18, 2023
1 parent 98158a2 commit c69c284
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/images.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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

0 comments on commit c69c284

Please sign in to comment.