Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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 \
|