Skip to content

Commit

Permalink
set staging beaker to enable running code and checkpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
dgauldie committed Sep 9, 2024
1 parent f05f294 commit 7a8c0a2
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ spec:
value: https://beaker.staging.terarium.ai
- name: JUPYTER_WS_URL
value: wss://beaker.staging.terarium.ai
- name: TOOL_ENABLED_RUN_CODE
value: 'true'
- name: ENABLE_CHECKPOINTS
value: 'true'
resources:
requests:
memory: '1Gi'
Expand Down

0 comments on commit 7a8c0a2

Please sign in to comment.