Wandb to download models to a container

We want to containerize our models using a CI/CD pipeline in bitbucket. This means i need to install and run wandb in a temporary/interim container just long enough to download several models. Then the models can be copied into a container using a DockerFile. Is there a recommended method for setting up wandb for this scenario?

Hey @kevinashaw,

The easiest and best way here is probably to use something like wandb artifact get in your Dockerfile to download the artifact into your container. Here are some docs to get you started! Let me know if this helps or if I can do anything else.

Thanks,
Ramit

This is very helpful.
I had been thinking too much of working Python and was unaware of the CLI interface.
Thank you. -K

Of course! Is there anything else I can help out with?

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.