Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ main() {

# Install openssl as we overwrite the default version when we update LD_LIBRARY_PATH
conda install -y openssl
conda install -y gcc_linux-64==11.2.0 gxx_linux-64==11.2.0

install_system_packages "$USE_SUDO"

Expand Down
2 changes: 1 addition & 1 deletion src/forge/controller/provisioner.py
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ async def get_proc_mesh(
master_port=int(port),
)

if is_remote:
if self.launcher is not None:
await self.launcher.remote_setup(procs)

# Tag the proc mesh with additional metadata for our own cleanup later
Expand Down
Loading