This should prevent the PyTorch overriding.

This commit is contained in:
Nicolas Patry 2023-08-03 14:19:12 +00:00
parent ac736fd89c
commit 209ab7d013

View File

@ -39,7 +39,7 @@ RUN cargo build --release
# Adapted from: https://github.com/pytorch/pytorch/blob/master/Dockerfile # Adapted from: https://github.com/pytorch/pytorch/blob/master/Dockerfile
FROM debian:bullseye-slim as pytorch-install FROM debian:bullseye-slim as pytorch-install
ARG PYTORCH_VERSION=2.0.0 ARG PYTORCH_VERSION=2.0.1
ARG PYTHON_VERSION=3.9 ARG PYTHON_VERSION=3.9
ARG CUDA_VERSION=11.8 ARG CUDA_VERSION=11.8
ARG MAMBA_VERSION=23.1.0-1 ARG MAMBA_VERSION=23.1.0-1