Skip to content

Commit

Permalink
Merge pull request #448 from n1hility/fix-template
Browse files Browse the repository at this point in the history
fix template
  • Loading branch information
n1hility authored May 2, 2024
2 parents 1872a14 + 234f1d4 commit ef96d97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion training/nvidia-bootc/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ ARG VLLM_IMAGE
ARG VLLM_IMAGE_ID
ARG TRAIN_IMAGE
ARG TRAIN_IMAGE_ID
ARG GPU_COUNT_COMMAND='nvidia-ctk --quiet cdi list | grep -P nvidia.com/gpu=\\d+ | wc -l'
ARG GPU_COUNT_COMMAND="nvidia-ctk --quiet cdi list | grep -P nvidia.com/gpu='\\\\d+' | wc -l"

RUN for i in /usr/local/bin/ilab*; do \
sed -i 's/__REPLACE_TRAIN_DEVICE__/cuda/' $i; \
Expand Down

0 comments on commit ef96d97

Please sign in to comment.