meg HF Staff commited on
Commit
941011a
·
verified ·
1 Parent(s): f74976a

Permissions errors, la la

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -60,10 +60,9 @@ RUN case ${TARGETPLATFORM} in \
60
  COPY requirements.txt requirements.txt
61
  RUN pip install -r requirements.txt
62
 
 
63
  RUN git clone -b energy_star_dev https://github.com/huggingface/optimum-benchmark.git /optimum-benchmark && cd optimum-benchmark && pip install -e .
64
 
65
- ADD ./configs /configs
66
- ADD ./runs /runs
67
  COPY ./check_h100.py /check_h100.py
68
  COPY ./entrypoint.sh /entrypoint.sh
69
  COPY ./pause_space.py /pause_space.py
 
60
  COPY requirements.txt requirements.txt
61
  RUN pip install -r requirements.txt
62
 
63
+ ADD --chown=user /optimum-benchmark
64
  RUN git clone -b energy_star_dev https://github.com/huggingface/optimum-benchmark.git /optimum-benchmark && cd optimum-benchmark && pip install -e .
65
 
 
 
66
  COPY ./check_h100.py /check_h100.py
67
  COPY ./entrypoint.sh /entrypoint.sh
68
  COPY ./pause_space.py /pause_space.py