Skip to content

Commit c1d33cb

Browse files
committed
updated dockerfile and training.md with correct jax-tpu-emb file
1 parent 425abc4 commit c1d33cb

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ RUN pip install -r ./requirements.txt
2525
RUN 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
3232
COPY . /app

training.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ source venv/bin/activate
2626

2727
Install 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
3232
pip install -r requirements.txt

0 commit comments

Comments
 (0)