Skip to content

Commit

Permalink
remove sudo in Dockerfile (intel#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
Deegue authored Oct 23, 2023
1 parent 6392214 commit 6887f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/k8s/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM rayproject/ray:2.5.0
ARG http_proxy
ARG https_proxy

RUN sudo apt-get update -y && sudo apt-get upgrade -y && sudo apt-get install -y build-essential cmake wget curl git vim htop ssh net-tools
RUN apt-get update -y && apt-get upgrade -y && apt-get install -y build-essential cmake wget curl git vim htop ssh net-tools
RUN $HOME/anaconda3/bin/pip install accelerate==0.19.0
RUN $HOME/anaconda3/bin/pip install datasets==2.12.0
RUN $HOME/anaconda3/bin/pip install numpy==1.21.6
Expand Down

0 comments on commit 6887f99

Please sign in to comment.