Skip to content

Commit

Permalink
Add GPU and update to latest image
Browse files Browse the repository at this point in the history
  • Loading branch information
nicklausbrown committed Mar 4, 2024
1 parent 2fd8393 commit 80796ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jupyter-treus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ jupyter:
image:
repository: nickbrown1/jupyter-pytorch-gpu
pullPolicy: IfNotPresent
tag: "6193767773"
tag: "8135053194"

volumes:
- name: model-volume
Expand Down Expand Up @@ -33,7 +33,8 @@ jupyter:

resources:
limits:
memory: 32Gi
memory: 96Gi
nvidia.com/gpu: 1
requests:
memory: 8Gi
cpu: 12
Expand Down

0 comments on commit 80796ef

Please sign in to comment.