Skip to content

Commit 78ffa8c

Browse files
authored
Update Dockerfile to accomomdate Rust dependency.
cryptography module has added RUST as its dependency. Upgrading PIP to solve this dependency.
1 parent 1f4691a commit 78ffa8c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/container/dummy/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ RUN wget https://www.python.org/ftp/python/$PYTHON_VERSION/Python-$PYTHON_VERSIO
4242

4343
COPY dummy/sagemaker_training.tar.gz /sagemaker_training.tar.gz
4444

45+
RUN ${PIP} install --upgrade pip
46+
4547
RUN ${PIP} install --no-cache-dir \
4648
/sagemaker_training.tar.gz
4749

0 commit comments

Comments
 (0)