Skip to content

Commit cd33113

Browse files
committed
Fix FromAsCasing warning on Dockerfile
1 parent 18ae9a0 commit cd33113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/pytorch/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
ARG BASE_IMAGE=nvidia/cuda:12.1.0-devel-ubuntu22.04
22

3-
FROM $BASE_IMAGE as base
3+
FROM $BASE_IMAGE AS base
44
SHELL ["/bin/bash", "-c"]
55

66
LABEL maintainer="Hugging Face"

0 commit comments

Comments
 (0)