Skip to content

Commit 65773ac

Browse files
kiukchungfacebook-github-bot
authored andcommitted
(torchx-fb/named_resources) migrate all meta-cpu, oci, and aws types to @named_resource and remove them from entry_points.txt
Summary: Follows D82768386 to remove named resources from entry_points.txt. This finalizes the complete removal of named resources from entry_points.txt. Reviewed By: jayasi Differential Revision: D82795151
1 parent 1f79761 commit 65773ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/slurmdockerint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@ REMOTE_SCRIPT="$DIR/$(basename "$SCRIPT")"
4040

4141
for host in c1 c2
4242
do
43-
docker exec "$host" dnf install python39 -y
43+
docker exec "$host" dnf install python3.11 -y
4444
done
4545

4646
run_cmd mkdir -p "$DIR"
47-
run_cmd python3.9 -m venv "$VENV"
47+
run_cmd python3.11 -m venv "$VENV"
4848
run_scp "$WHEEL" "$REMOTE_WHEEL"
4949
run_scp "$SCRIPT" "$REMOTE_SCRIPT"
5050
run_cmd "$REMOTE_SCRIPT" "$REMOTE_WHEEL" "$VENV"

0 commit comments

Comments
 (0)