We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FromAsCasing
Dockerfile
1 parent 18ae9a0 commit cd33113Copy full SHA for cd33113
dockerfiles/pytorch/Dockerfile
@@ -1,6 +1,6 @@
1
ARG BASE_IMAGE=nvidia/cuda:12.1.0-devel-ubuntu22.04
2
3
-FROM $BASE_IMAGE as base
+FROM $BASE_IMAGE AS base
4
SHELL ["/bin/bash", "-c"]
5
6
LABEL maintainer="Hugging Face"
0 commit comments