Skip to content

Commit 3b6a991

Browse files
Pull in updated from clou-ml-examples (#148)
1 parent fae81df commit 3b6a991

File tree

2 files changed

+1036
-439
lines changed

2 files changed

+1036
-439
lines changed

source/examples/rapids-sagemaker-higgs/Dockerfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@ ARG RAPIDS_IMAGE
22

33
FROM $RAPIDS_IMAGE as rapids
44

5-
RUN apt-get update && apt-get install -y --no-install-recommends build-essential
6-
7-
RUN source activate rapids && pip install sagemaker-training
5+
# add sagemaker-training-toolkit [ requires build tools ], flask [ serving ], and dask-ml
6+
RUN apt-get update && apt-get install -y --no-install-recommends build-essential \
7+
&& source activate rapids \
8+
&& pip3 install sagemaker-training cupy-cuda115 flask \
9+
&& pip3 install --upgrade protobuf
810

911
# Copies the training code inside the container
1012
COPY rapids-higgs.py /opt/ml/code/rapids-higgs.py

0 commit comments

Comments
 (0)