Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonafeucht committed Nov 8, 2024
1 parent 35cc088 commit f9f3991
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.opencl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
include:
- docker_file: Dockerfile.opencl.nvidia
label: "dev-opencl-nvidia"
- docker_file: Dockerfile.opencl.amd
label: "dev-opencl-amd"
# - docker_file: Dockerfile.opencl.amd
# label: "dev-opencl-amd"

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.opencl.amd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y \
ca-certificates \
curl \
gpg \
&& rm -rf /var/lib/apt/lists/*
rm -rf /var/lib/apt/lists/*

# Add AMD GPU repository and install drivers
RUN apt update && \
Expand Down

0 comments on commit f9f3991

Please sign in to comment.