meg HF Staff commited on
Commit
3857bf2
·
verified ·
1 Parent(s): e97517f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -43,7 +43,7 @@ RUN case ${TARGETPLATFORM} in \
43
  esac && \
44
  /opt/conda/bin/conda clean -ya
45
 
46
- RUN pip install -r requirements.txt
47
  RUN git clone -b energy_star_dev https://github.com/huggingface/optimum-benchmark.git /optimum-benchmark && cd optimum-benchmark && pip install -e .
48
 
49
  USER user
 
43
  esac && \
44
  /opt/conda/bin/conda clean -ya
45
 
46
+ RUN pip install -r ./requirements.txt
47
  RUN git clone -b energy_star_dev https://github.com/huggingface/optimum-benchmark.git /optimum-benchmark && cd optimum-benchmark && pip install -e .
48
 
49
  USER user