nanochat/vertex_pipelines
google-labs-jules[bot] fa04262889 fix: Correct Docker build for rustbpe tokenizer
This commit fixes a build failure in the Docker image by adding the `--uv` flag to the `maturin develop` command.

The `maturin` build process was failing because it could not find `pip` within the `uv` environment. The `--uv` flag ensures that `maturin` correctly uses the `uv` environment to build the `rustbpe` tokenizer.
2025-11-04 02:05:34 +00:00
..
cloudbuild.yaml feat: Use Cloud Build for Vertex AI pipeline image creation 2025-11-04 01:47:20 +00:00
Dockerfile fix: Correct Docker build for rustbpe tokenizer 2025-11-04 02:05:34 +00:00
midtraining_step.py feat: Refactor nanochat to run on Vertex AI Pipelines 2025-11-04 01:26:51 +00:00
pipeline.py feat: Refactor nanochat to run on Vertex AI Pipelines 2025-11-04 01:26:51 +00:00
pretraining_step.py feat: Refactor nanochat to run on Vertex AI Pipelines 2025-11-04 01:26:51 +00:00
report_step.py feat: Refactor nanochat to run on Vertex AI Pipelines 2025-11-04 01:26:51 +00:00
run_pipeline.sh feat: Use Cloud Build for Vertex AI pipeline image creation 2025-11-04 01:47:20 +00:00
sft_step.py feat: Refactor nanochat to run on Vertex AI Pipelines 2025-11-04 01:26:51 +00:00
tokenizer_step.py feat: Refactor nanochat to run on Vertex AI Pipelines 2025-11-04 01:26:51 +00:00