Skip to content

Commit

Permalink
Braket images: update version of sdk and install from PyPi
Browse files Browse the repository at this point in the history
  • Loading branch information
IceKhan13 committed May 9, 2022
1 parent 736a2f4 commit 51f4e36
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions qiskit/jobs/docker/1.0/py3/Dockerfile.cpu
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This is based loosely on :
# https://github.com/aws/amazon-sagemaker-examples/blob/master/advanced_functionality/custom-training-containers/script-mode-container/docker/Dockerfile

FROM public.ecr.aws/ubuntu/ubuntu:18.04
FROM public.ecr.aws/lts/ubuntu:18.04

LABEL maintainer="Qiskit team"
LABEL major_version="1"
Expand Down Expand Up @@ -104,15 +104,15 @@ WORKDIR /

RUN apt-get update && apt-get -y install cmake protobuf-compiler

# Installing our custom libraries
# Installing custom libraries
RUN ${PIP} install --no-cache --upgrade \
amazon-braket-default-simulator==1.3.0 \
amazon-braket-ocean-plugin==1.0.6 \
amazon-braket-default-simulator==1.6.2 \
amazon-braket-ocean-plugin==1.0.9 \
amazon-braket-schemas==1.8.0 \
amazon-braket-sdk==1.18.0 \
awscli==1.22.15 \
botocore==1.23.15 \
boto3==1.20.15 \
amazon-braket-sdk==1.20.0 \
awscli==1.23.7 \
botocore==1.25.7 \
boto3==1.22.7 \
decorator==4.4.0 \
dask==2.30.0 \
dwave-ocean-sdk==4.2.0 \
Expand All @@ -124,7 +124,8 @@ RUN ${PIP} install --no-cache --upgrade \
requests==2.26.0 \
scipy==1.7.3

RUN ${PIP} install --no-cache --upgrade git+https://github.com/qiskit-community/qiskit-braket-plugin
# Install Qiskit-Braket provider
RUN ${PIP} install --no-cache --upgrade qiskit-braket-provider

RUN ${PIP} install --no-cache --upgrade sagemaker-training

Expand Down

0 comments on commit 51f4e36

Please sign in to comment.