mirror of
https://github.com/ostris/ai-toolkit.git
synced 2026-02-06 05:29:57 +00:00
Updated cuda arch list on docker build
This commit is contained in:
@@ -5,6 +5,9 @@ LABEL authors="jaret"
|
||||
# Set noninteractive to avoid timezone prompts
|
||||
ENV DEBIAN_FRONTEND=noninteractive
|
||||
|
||||
# ref https://en.wikipedia.org/wiki/CUDA
|
||||
ENV TORCH_CUDA_ARCH_LIST="8.0 8.6 8.9 9.0 10.0 12.0"
|
||||
|
||||
# Install dependencies
|
||||
RUN apt-get update && apt-get install --no-install-recommends -y \
|
||||
git \
|
||||
|
||||
Reference in New Issue
Block a user