Skip to content

Commit 15f84e3

Browse files
Nikhil BansalOrbax Authors
authored andcommitted
Pin xpk version in Orbax testing Dockerfile.
PiperOrigin-RevId: 892508771
1 parent 31f0377 commit 15f84e3

File tree

1 file changed

+1
-1
lines changed
  • checkpoint/orbax/checkpoint/_src/testing/oss

1 file changed

+1
-1
lines changed

checkpoint/orbax/checkpoint/_src/testing/oss/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ RUN pip install --no-cache-dir gcsfs portpicker clu tensorflow pyyaml
4848

4949
# 4. Install Orbax from Source
5050
WORKDIR /app/orbax_repo/checkpoint
51-
RUN pip install xpk
51+
RUN pip install xpk==v1.0.0
5252

5353
# 5. Environment Setup
5454
# Set PYTHONPATH so 'import orbax' works from the correctly mapped directory

0 commit comments

Comments
 (0)