Change the default for ARGOS_DEVICE_TYPE to auto

This commit is contained in:
Ente 2025-01-19 09:41:49 +01:00
parent 39a8ce8070
commit 24d88d162c
No known key found for this signature in database
GPG key ID: 0F1C362B6F420C0A

View file

@ -1,6 +1,6 @@
FROM nvidia/cuda:12.4.1-devel-ubuntu20.04
ENV ARGOS_DEVICE_TYPE cuda
ENV ARGOS_DEVICE_TYPE auto
ARG with_models=false
ARG models=""