Skip to content

Commit

Permalink
add new base docker images and # Set the MKL_SERVICE_FORCE_INTEL envi…
Browse files Browse the repository at this point in the history
…ronment variable
  • Loading branch information
bachvudinh committed Aug 10, 2024
1 parent 3bd0d3f commit 8187f59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/runners/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM docker.io/pytorch/pytorch:2.3.0-cuda12.1-cudnn8-runtime
FROM docker.io/pytorch/pytorch:2.4.0-cuda12.1-cudnn9-runtime

# Set the MKL_SERVICE_FORCE_INTEL environment variable
ENV MKL_SERVICE_FORCE_INTEL=1

RUN apt-get update \
&& apt-get install -y --no-install-recommends \
Expand Down
2 changes: 1 addition & 1 deletion lm-evaluation-harness

0 comments on commit 8187f59

Please sign in to comment.