Merge pull request #728 from Enteee/feature/ARGOS_DEVICE_TYPE-to-auto

Change the default for ARGOS_DEVICE_TYPE to auto
This commit is contained in:
Piero Toffanin 2025-01-19 12:33:04 -05:00 committed by GitHub
commit 08f2bb1d84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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