Skip to content

Commit

Permalink
point to pangeo ml image
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyhq committed Feb 13, 2020
1 parent e960329 commit e3d873d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployments/aws-uswest2/config/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ pangeo:
'kubespawner_override': {
'mem_limit': '60G',
'mem_guarantee': '25G',
'image': 'scottyhq:jupyter-cupy:latest',
'image': 'pangeo/pangeo-ml:latest',
'environment': {'NVIDIA_DRIVER_CAPABILITIES': 'compute,utility'},
'tolerations': [{'key': 'nvidia.com/gpu','operator': 'Equal','value': 'present','effect': 'NoSchedule'}],
'extra_resource_limits': {"nvidia.com/gpu": "1"}
Expand Down

0 comments on commit e3d873d

Please sign in to comment.