File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ RUN pip install -r ./requirements.txt
2525RUN pip install "protobuf>=6.31.1"
2626
2727# Install the latest jax-tpu-embedding wheel
28- COPY jax_tpu_embedding-0.1.0.dev20260121 -cp312-cp312-manylinux_2_31_x86_64.whl ./
29- RUN pip install ./jax_tpu_embedding-0.1.0.dev20260121 -cp312-cp312-manylinux_2_31_x86_64.whl
28+ COPY jax_tpu_embedding-0.1.0.dev20260226 -cp312-cp312-manylinux_2_31_x86_64.whl ./
29+ RUN pip install ./jax_tpu_embedding-0.1.0.dev20260226 -cp312-cp312-manylinux_2_31_x86_64.whl
3030
3131# Copy the current directory contents into the container
3232COPY . /app
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ source venv/bin/activate
2626
2727Install the latest version of the jax-tpu-embedding library:
2828``` bash
29- pip install ./jax_tpu_embedding-0.1.0.dev20260121 -cp312-cp312-manylinux_2_31_x86_64.whl
29+ pip install ./jax_tpu_embedding-0.1.0.dev20260226 -cp312-cp312-manylinux_2_31_x86_64.whl
3030```
3131``` bash
3232pip install -r requirements.txt
You can’t perform that action at this time.
0 commit comments