Dcoker images runtime -> devel (#16141)

* Runtime -> Devel

* Torch before DeepSpeed
This commit is contained in:
Lysandre Debut
2022-03-14 17:37:20 +01:00
committed by GitHub
parent 10cf1ffdbf
commit c1000e703b
4 changed files with 7 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
FROM nvidia/cuda:11.2.2-cudnn8-runtime-ubuntu20.04
FROM nvidia/cuda:11.2.2-cudnn8-devel-ubuntu20.04
LABEL maintainer="Hugging Face"
ARG DEBIAN_FRONTEND=noninteractive