Skip to content

Gpu onboarding Dockerfile update to prevent abort from image creation

Avimanyu Bandyopadhyay requested to merge gpu-onboarding into master

Prevents image creation from aborting due to missing -y parameter for installing the zip package. Also added apt-get -y upgrade to make sure the image always has the most recent packages based on Ubuntu 18.04. Removed additional invokes for apt-get update.

Reference: Discussed at: jira-import#125 (comment 995145463)

Edited by Avimanyu Bandyopadhyay

Merge request reports