Skip to content

Commit

Permalink
update buildspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Coull committed Oct 18, 2024
1 parent 62db6b6 commit 3f40339
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ updates:
# Files stored in repository root
directories:
- "/"
- "/pytorch/jobs/docker/2.2/py3/"
- "/base/jobs/docker/1.0/py3"
- "/tensorflow/jobs/docker/2.14/py3/"
- "/pytorch/jobs/docker/*/py3/"
- "/base/jobs/docker/*/py3"
- "/tensorflow/jobs/docker/*/py3/"
schedule:
interval: "weekly"
commit-message:
Expand Down
2 changes: 1 addition & 1 deletion tensorflow/buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ context:
source: ../../src/braket_container.py
target: braket_container.py
requirements:
source: ../../tensorflow/jobs/docker/2.14/py3/requirements.txt
source: ../../tensorflow/jobs/docker/2.16/py3/requirements.txt
target: requirements.txt

images:
Expand Down

0 comments on commit 3f40339

Please sign in to comment.