Skip to content

Commit

Permalink
[SKIPCI] set benchmark timezone (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 authored Aug 16, 2024
1 parent 9b9c51c commit 280fcf1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/scripts/benchmark/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,9 @@ COPY . .
COPY benchmarking.sh /app/benchmarking.sh
RUN chmod +x /app/benchmarking.sh

# Make the user not ROOT
USER 1000
ENV TZ=utc

# Set the entrypoint to the script
ENTRYPOINT ["/bin/bash", "/app/benchmarking.sh"]

0 comments on commit 280fcf1

Please sign in to comment.