Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -53,7 +53,7 @@ RUN case ${TARGETPLATFORM} in \
|
|
53 |
/opt/conda/bin/conda clean -ya
|
54 |
|
55 |
COPY --chown=user ./requirements.txt requirements.txt
|
56 |
-
RUN
|
57 |
|
58 |
RUN --chown=user git clone -b energy_star_dev https://github.com/huggingface/optimum-benchmark.git /optimum-benchmark && cd optimum-benchmark && pip install -e .
|
59 |
|
|
|
53 |
/opt/conda/bin/conda clean -ya
|
54 |
|
55 |
COPY --chown=user ./requirements.txt requirements.txt
|
56 |
+
RUN pip install -r requirements.txt
|
57 |
|
58 |
RUN --chown=user git clone -b energy_star_dev https://github.com/huggingface/optimum-benchmark.git /optimum-benchmark && cd optimum-benchmark && pip install -e .
|
59 |
|