Skip to content

Commit

Permalink
fix: use the latest image tag (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
math411 authored Aug 1, 2023
1 parent 134ea1a commit fec58cb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/hybrid_jobs/3_Bring_your_own_container/dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
FROM 292282985366.dkr.ecr.us-west-2.amazonaws.com/amazon-braket-base-jobs:1.0-cpu-py37-ubuntu18.04

FROM 292282985366.dkr.ecr.us-west-2.amazonaws.com/amazon-braket-base-jobs:latest
RUN python3 -m pip install --upgrade pip

RUN python3 -m pip install amazon-braket-pennylane-plugin \
Expand Down

0 comments on commit fec58cb

Please sign in to comment.