Update Dockerfile
Browse files- 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"]
|