Skip to content

Commit

Permalink
chore: install optimum-tpu from pypi instead of git
Browse files Browse the repository at this point in the history
  • Loading branch information
tengomucho committed Jan 15, 2025
1 parent 0a4dcbd commit 505ad5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN pip install --upgrade --no-cache-dir \
jupyter notebook

# Install Optimum TPU
RUN pip install git+https://github.com/huggingface/optimum-tpu.git@v${OPTIMUM_TPU}
RUN pip install --upgrade --no-cache-dir optimum-tpu==${OPTIMUM_TPU}

# Install Google CLI single command
RUN echo "deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main" \
Expand Down

0 comments on commit 505ad5a

Please sign in to comment.