Skip to content

Commit

Permalink
remove original gpu dockerfile contents
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Jan 22, 2025
1 parent e842543 commit 565a187
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,17 +97,8 @@ COPY . .
# GPU container spec. #
################################################################################

# This causes INTERNAL: No valid engine configs for Matmul error
# FROM base AS gpu
#
# RUN apt-get update && apt-get install -y ibverbs-utils
# # TODO(markblee): Support extras.
# ENV PIP_FIND_LINKS=https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
# RUN pip install .[core,gpu]
# RUN pip install -U "jax[gpu]==0.4.37" "jax==0.4.37" "jaxlib==0.4.36" \
# -f https://storage.googleapis.com/jax-releases/libtpu_releases.html
# COPY . .

# Using `FROM base as GPU` causes INTERNAL: No valid engine configs for Matmul error.
# So we're using the NVIDIA provided cuda image instead which works.
FROM nvidia/cuda:12.6.3-cudnn-devel-ubuntu22.04 as gpu

# Copy from original base
Expand Down

0 comments on commit 565a187

Please sign in to comment.