Skip to content

Commit

Permalink
Update docker images (#2213)
Browse files Browse the repository at this point in the history
  • Loading branch information
muellerzr authored Dec 5, 2023
1 parent 6a54d07 commit 47c1445
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 47c1445

Please sign in to comment.