Skip to content

Commit

Permalink
Update docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerzr committed Dec 4, 2023
1 parent 0482548 commit 9f630f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/accelerate-gpu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN source activate accelerate && \
RUN python3 -m pip install --no-cache-dir bitsandbytes

# Stage 2
FROM nvidia/cuda:11.2.2-cudnn8-devel-ubuntu20.04 AS build-image
FROM nvidia/cuda:12.1.0-cudnn8-devel-ubuntu20.04 AS build-image
COPY --from=compile-image /opt/conda /opt/conda
ENV PATH /opt/conda/bin:$PATH

Expand Down

0 comments on commit 9f630f8

Please sign in to comment.