Skip to content

Commit

Permalink
ci(dvc): Put on a plaster
Browse files Browse the repository at this point in the history
Hopefully it will allow dvc to create a file in its own directory!
  • Loading branch information
parmentf committed Jan 19, 2024
1 parent 4635fb1 commit 91063d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions services/biblio-ref/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ RUN --mount=type=secret,id=webdav_login \
dvc remote add -d webdav-remote "$(cat /run/secrets/webdav_url)" && \
dvc remote modify --local webdav-remote user "$(cat /run/secrets/webdav_login)" && \
dvc remote modify --local webdav-remote password "$(cat /run/secrets/webdav_password)"
# Make sure cache is writable
RUN mkdir -p /dvc/.dvc/cache/files/md5 && \
chmod a+rwx /dvc/.dvc/cache/files/md5
RUN dvc pull --allow-missing -v


Expand Down

0 comments on commit 91063d9

Please sign in to comment.