mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-10 11:54:52 +00:00
This should prevent the PyTorch overriding.
This commit is contained in:
parent
ac736fd89c
commit
209ab7d013
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user