adityas129 commited on
Commit
52dcc7e
·
verified ·
1 Parent(s): 433f0ad

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -60,7 +60,7 @@ RUN python -m pip install "jax[cuda12]==0.7.1" "jaxlib==0.7.1"
60
 
61
  # 2) Install seqio dependencies manually (excluding tfds-nightly to avoid protobuf conflict)
62
  RUN python -m pip install \
63
- absl-py clu sentencepiece tensorflow-text
64
 
65
  # 3) Install seqio without dependencies
66
  RUN python -m pip install --no-deps "seqio==0.0.11"
 
60
 
61
  # 2) Install seqio dependencies manually (excluding tfds-nightly to avoid protobuf conflict)
62
  RUN python -m pip install \
63
+ absl-py clu sentencepiece
64
 
65
  # 3) Install seqio without dependencies
66
  RUN python -m pip install --no-deps "seqio==0.0.11"