Update Dockerfile
Browse files- 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
|
| 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"
|