-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update cmd-shell image to python3.11 (#656)
- Loading branch information
1 parent
5b1788b
commit 8af24f6
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
ai-ml/trainium-inferentia/examples/docker/Dockerfile-cmd-shell
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
FROM public.ecr.aws/amazonlinux/amazonlinux:2023 | ||
|
||
RUN yum update -y && yum install -y awscli-2 | ||
|
||
RUN python3 -m ensurepip --upgrade | ||
|
||
RUN pip3 install -U "huggingface_hub[cli]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters