Open gontsharuk opened 5 months ago
In line 21 of cmd/exec/functions.go instead of just executing the default python version in the container by using python3, python3.11 is used. This is a problem when using most of the runpod pytorch templates.
cmd/exec/functions.go
python3
python3.11
In line 21 of
cmd/exec/functions.go
instead of just executing the default python version in the container by usingpython3
,python3.11
is used. This is a problem when using most of the runpod pytorch templates.