nanochat/vertex_pipelines
google-labs-jules[bot] a88e7ec21f fix: Correct Docker build for rustbpe tokenizer
This commit fixes a build failure in the Docker image by implementing a more robust build process for the `rustbpe` tokenizer.

The `Dockerfile` now explicitly creates a `uv` virtual environment, adds its `bin` directory to the `PATH`, installs `maturin` into the environment, and then runs the `maturin develop` command. This ensures that the build command executes within a fully configured environment with all necessary tools available on the `PATH`, resolving the "No such file or directory" error.
2025-11-04 02:24:08 +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:24:08 +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