meg HF staff commited on
Commit
9e14c40
·
verified ·
1 Parent(s): f3f1538

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -14,7 +14,6 @@ WORKDIR /app
14
 
15
  USER user
16
 
17
- RUN chown -R user:user ./
18
  RUN git clone -b energy_star_dev https://github.com/huggingface/optimum-benchmark.git /optimum-benchmark && cd optimum-benchmark && pip install -e .
19
 
20
  #RUN apt-get -y update \
 
14
 
15
  USER user
16
 
 
17
  RUN git clone -b energy_star_dev https://github.com/huggingface/optimum-benchmark.git /optimum-benchmark && cd optimum-benchmark && pip install -e .
18
 
19
  #RUN apt-get -y update \