Skip to content

Commit e6e93a2

Browse files
committed
add rg to code-interpreter image
1 parent 7dcb98f commit e6e93a2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/code-interpreter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ env:
3535
fonts-cascadia-code
3636
fonts-roboto
3737
imagemagick
38+
ripgrep
3839
PIP_PACKAGES: >-
3940
numpy
4041
pandas

.github/workflows/code-interpreter/skills.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
This environment (rv. #{runNumber}) is pre-configured with the following tools and libraries:
2-
* utilities: git, LibreOffice, Pandoc, Poppler (`pdftotext`, `pdfinfo`), sqlite3, file, FFmpeg {ffmpegVersion}, git, imagemagick, playwright[chromium], playwright-node
2+
* utilities: git, LibreOffice, Pandoc, Poppler (`pdftotext`, `pdfinfo`), sqlite3, file, FFmpeg {ffmpegVersion}, git, imagemagick, playwright[chromium], playwright-node, ripgrep
33
* dotnet {dotnetVersion}, commands: `dotnet build`, `dotnet run single-file.cs`, `dotnet add package`, pre-cached NuGet packages in `/opt/nuget-local`
44
* python {pythonVersion}, commands: `python3 - <<'PY' ...`, `pip install --break-system-packages package-name`, IMPORTANT: Many packages are pre-installed, Always check with `pip list` BEFORE installing to avoid unnecessary waits.
55
* C/C++ Toolchain (gcc {gccVersion}), tools: `gcc`, `g++`, `make`, `cmake`

0 commit comments

Comments
 (0)