badaoui HF Staff commited on
Commit
94ae31d
·
verified ·
1 Parent(s): 3e25255

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -3
Dockerfile CHANGED
@@ -43,9 +43,10 @@ RUN apt-get update && apt-get install -y \
43
 
44
  ENV PATH =/opt/aws/neuron/bin:$PATH
45
 
46
- RUN pip install --extra-index-url https://pip.repos.neuron.amazonaws.com --no-cache-dir \
47
- "git+https://github.com/huggingface/optimum-neuron.git@cpu-compilation#egg=optimum-neuron[neuronx]"
48
-
 
49
 
50
  # End Neuron setup
51
  RUN pip install --no-cache-dir pip -U && \
 
43
 
44
  ENV PATH =/opt/aws/neuron/bin:$PATH
45
 
46
+ RUN pip install --no-cache-dir --extra-index-url https://pip.repos.neuron.amazonaws.com \
47
+ git+https://github.com/huggingface/optimum-neuron.git@cpu-compilation
48
+ RUN pip install --no-cache-dir --extra-index-url https://pip.repos.neuron.amazonaws.com \
49
+ optimum-neuron[neuronx]
50
 
51
  # End Neuron setup
52
  RUN pip install --no-cache-dir pip -U && \