This repository has been archived by the owner on Jan 16, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Problems with driver_configs #23
Comments
Hi @mckinsel, can you past the error? |
Sure, this is the error I see in the hub:
|
This is what the mount actually contains:
This is using the cloudstor plugin with Docker for AWS. This is the relevant part of the jupyter config:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Commit c37c79f added support for driver_configs in mounts. But this actually made driver_configs stop working for me. I think there are two reasons. First, if
m['driver_config']
is adocker.types.services.DriverConfig
, then it is a dict with key Options not "options". And not every DriverConfig will have a "device" option; I think driver options vary by driver.So this commit leads to KeyErrors for me. If I revert it, then driver_configs work again.
The text was updated successfully, but these errors were encountered: