@@ -530,22 +530,23 @@ For updating the Python packages, you should re-built the respective image with
530
530
2. Create a new feature branch: ` git checkout -b update_micromamba_x.y.z`
531
531
3. Update the version string in the [Dockerfile](Dockerfile):
532
532
- ` ARG MICROMAMBA_VERSION= " 2.0.2" `
533
- 4. Build the development image with ` ./build.sh -f d` and test it with ` ./run_script.sh -d ` . (@TODO: Better integration test).
534
- 5. Commit this first step, as it will also document changes to the lock file.
535
- 6. Build, test, and commit the default ` notebook` environment:
533
+ 4. Update ` seccomp-default.json` from < https://raw.githubusercontent.com/moby/moby/refs/heads/master/profiles/seccomp/default.json> .
534
+ 5. Build the development image with ` ./build.sh -f d` and test it with ` ./run_script.sh -d ` . (@TODO: Better integration test).
535
+ 6. Commit this first step, as it will also document changes to the lock file.
536
+ 7. Build, test, and commit the default ` notebook` environment:
536
537
- ` ./build.sh -f n`
537
538
- ` ./run_notebook.sh`
538
539
- ** Warning:** This will also overwrite your local image for this notebook environment. (@TODO: Add more robust approach)
539
540
- Commit changes in order to track the modifications in ` notebook.yaml.lock`
540
- 7 . Build, test, and commit each environment:
541
+ 8 . Build, test, and commit each environment:
541
542
- ` ./build.sh -f n {mini | dataviz | openai}`
542
543
- ` ./run_notebook.sh {mini | dataviz | openai}`
543
544
- ** Warning:** This will also overwrite your local image for this notebook environment. (@TODO: Add more robust approach)
544
545
- Commit changes in order to track the modifications in ` {mini | dataviz | openai}.yaml.lock`
545
- 8 . Run more tests.
546
- 9 . Update README.md.
547
- 10 . Commit, create pull-request, accept/merge, and add new release tag.
548
- 11 . Update local Docker image with ` ./build.sh -f ` .
546
+ 9 . Run more tests.
547
+ 10 . Update README.md.
548
+ 11 . Commit, create pull-request, accept/merge, and add new release tag.
549
+ 12 . Update local Docker image with ` ./build.sh -f ` .
549
550
550
551
# # Limitations and Ideas for Improvement
551
552
0 commit comments