Skip to content
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.

Fixed the creategpu command #2149

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eriknil-onehot
Copy link

The datalab beta create-gpu command is broken. The reason for this is that:

  1. Since /root is read only, configuring docker for use with gcr as root will fail.
  2. The cos-gpu-installer container (https://github.com/GoogleCloudPlatform/cos-gpu-installer) requires a more recent version of the NVidia drivers.

Everything works fine after changing the following:

  • Updating the nvidia drivers to be compatible with the cos-gpu-installer docker image. Using version 418.67 which is the same as her.
  • Changing the home directory for the cos-gpu-installer.service to one that is writeable.
  • No longer running docker-credential-gcr configure-docker before the wait-for-startup-script.service.

Everything works fine after changing the following:
- Update the nvidia drivers to be compatible with the cos-gpu-installer docker image
- Change the home directory for the cos-gpu-installer.service to one that is writeable
- No longer running `docker-credential-gcr configure-docker` before the wait-for service
@googlebot
Copy link

Thanks for your pull request. It looks like this may be your first contribution to a Google open source project (if not, look below for help). Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

📝 Please visit https://cla.developers.google.com/ to sign.

Once you've signed (or fixed any issues), please reply here with @googlebot I signed it!) and we'll verify it.


What to do if you already signed the CLA

Individual signers
Corporate signers

ℹ️ Googlers: Go here for more info.

@googlebot
Copy link

CLAs look good, thanks!

ℹ️ Googlers: Go here for more info.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants