Skip to content

Commit

Permalink
docker now requires the AS in FromAsCasing to be capitalised
Browse files Browse the repository at this point in the history
  • Loading branch information
exowanderer committed Nov 8, 2024
1 parent 4ee05e7 commit 22e1300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ARG CUDA_FROM=nvidia/cuda:$CUDA_VERSION-cudnn$CUDNN_VERSION-devel-ubuntu$UBUNTU_

ARG OLLAMA_VERSION="0.1.22"
ARG OLLAMA_FROM=ollama/ollama:$OLLAMA_VERSION
FROM $OLLAMA_FROM as ollama
FROM $OLLAMA_FROM AS ollama

# Base NVidia CUDA Ubuntu image
FROM $CUDA_FROM
Expand Down

0 comments on commit 22e1300

Please sign in to comment.