Skip to content

Commit

Permalink
remove libtpu pypi location
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Jan 22, 2025
1 parent 4a6ada5 commit 6bc7cdf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,7 @@ RUN apt update -y && apt-get install -y google-perftools glibc-tools
ENV PIP_FIND_LINKS=https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
RUN pip install .[core,gpu]
COPY . .
RUN pip install -U "jax[gpu]==0.4.38" "jax==0.4.38" "jaxlib==0.4.38" \
-f https://storage.googleapis.com/jax-releases/libtpu_releases.html
RUN pip install -U "jax[gpu]==0.4.38" "jax==0.4.38" "jaxlib==0.4.38"
COPY . .


Expand Down

0 comments on commit 6bc7cdf

Please sign in to comment.