Spaces:
Runtime error
Runtime error
Adding configs to Dockerfile.
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -44,6 +44,7 @@ RUN pip install -r requirements.txt
|
|
44 |
|
45 |
RUN git clone -b energy_star_dev https://github.com/huggingface/optimum-benchmark.git /optimum-benchmark && cd optimum-benchmark && pip install -e .
|
46 |
|
|
|
47 |
COPY ./check_h100.py /check_h100.py
|
48 |
COPY ./entrypoint.sh /entrypoint.sh
|
49 |
COPY ./pause_space.py /pause_space.py
|
|
|
44 |
|
45 |
RUN git clone -b energy_star_dev https://github.com/huggingface/optimum-benchmark.git /optimum-benchmark && cd optimum-benchmark && pip install -e .
|
46 |
|
47 |
+
ADD ./configs /configs
|
48 |
COPY ./check_h100.py /check_h100.py
|
49 |
COPY ./entrypoint.sh /entrypoint.sh
|
50 |
COPY ./pause_space.py /pause_space.py
|