Skip to content

Commit 68960a6

Browse files
author
Mark Saroufim
committed
add symlink to python3 in modal runner
1 parent e75fe30 commit 68960a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/runners/modal_runner.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
# Move this to another file later:
1818
cuda_image = (
1919
Image.from_registry(f"nvidia/cuda:{tag}", add_python="3.13")
20+
.run_commands("ln -sf $(which python) /usr/local/bin/python3")
2021
.apt_install(
2122
"git",
2223
"gcc-13",

0 commit comments

Comments
 (0)