Skip to content

Instantly share code, notes, and snippets.

@jacobtomlinson
Created December 9, 2020 22:30
Show Gist options
  • Save jacobtomlinson/15404d5b032a9f91c9473d1a91e94c0a to your computer and use it in GitHub Desktop.
Save jacobtomlinson/15404d5b032a9f91c9473d1a91e94c0a to your computer and use it in GitHub Desktop.
Dask Cloudprovider - Scaling RAPIDS to the cloud - RAPIDS Demo Wednesday - 10th December 2020 - Jacob Tomlinson
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@dbalabka
Copy link

@jacobtomlinson , it is important to note that passing the image name into Packer JSON configuration forces it to reuse the existing image. It can be useful when rerun the notebook:

{
            "builders": [
                {
                    ...
                    "image_name": "image-name-comes-here",
                    ...
                }
            ],
   }

@jacobtomlinson
Copy link
Author

FYI this gist has been superseded by this documentation page.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment