Skip to content

Unable to push cache files to remote S3 storage #9233

Open
@shamilsaeed

Description

@shamilsaeed

Hi,

I am running 'dvc repro' and made changes to dependencies files, it runs the dvc stage of pipeline. This stage only trains the model, and the output is just a model.tar.gz file. This model.tar.gz file is included in dvc.yml file as an outputs.
The issue is no matter what i do, i never see the output cache ever getting uploaded in my s3 bucket. The path is correct, but the cache directory in s3 is empty. When i run pipeline, this is what i get:

Use dvc push to send your updates to remote storage.
WARNING: Some of the cache files do not exist neither locally nor on remote. Missing cache files:
name: s3://......../something/model.tar.gz

What am I doing wrong? I did 'dvc push --remote mys3cache' but still same message.

I use:
dvc[all]==2.23.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    A: external-dataRelated to external dependencies and outputsfs: s3Related to the S3 filesystem

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions