hlarcher HF Staff commited on
Commit
6dac797
·
verified ·
1 Parent(s): 3dcc89d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -16,4 +16,5 @@ RUN git clone https://github.com/huggingface/inference-benchmarker.git \
16
  && poetry install --no-root
17
  COPY results results
18
  WORKDIR /app/inference-benchmarker
 
19
  CMD ["poetry", "run", "python", "extra/dashboard/app.py", "--from-results-dir", "/app/results"]
 
16
  && poetry install --no-root
17
  COPY results results
18
  WORKDIR /app/inference-benchmarker
19
+ RUN chmod 777 -R /app/inference-benchmarker
20
  CMD ["poetry", "run", "python", "extra/dashboard/app.py", "--from-results-dir", "/app/results"]