Skip to content

Commit 2d84f94

Browse files
committed
Bump to use pytorch 25.09 container
Signed-off-by: Charlie Truong <chtruong@nvidia.com>
1 parent 5889b64 commit 2d84f94

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile.ci

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
14-
FROM nvcr.io/nvidia/pytorch:25.06-py3
14+
FROM nvcr.io/nvidia/pytorch:25.09-py3
1515

1616
ENV PIP_CONSTRAINT=""
1717

1818
# Install uv and python
19-
ARG UV_VERSION=0.7.2
19+
ARG UV_VERSION=0.9.3
2020
ENV PATH="/root/.local/bin:$PATH"
2121
RUN curl -LsSf https://astral.sh/uv/${UV_VERSION}/install.sh | sh
2222

0 commit comments

Comments
 (0)