Skip to content

Commit e0103bc

Browse files
committed
Implemented multi-host training capabilities on TPU v7
1 parent 88ae07b commit e0103bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENV CUDA_VISIBLE_DEVICES=-1
1616
# Install system tools
1717
RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
1818

19-
# Install standard requirements FIRST
19+
# Install standard requirements
2020
COPY requirements.txt ./
2121
RUN pip install --upgrade pip
2222
RUN pip install -r ./requirements.txt

0 commit comments

Comments
 (0)