prevent install all models

This commit is contained in:
Sébastien T 2023-04-03 10:39:22 +02:00
parent 24fb27dfe4
commit 6a9c34d408
No known key found for this signature in database
GPG key ID: 0A12FC0EC79977DA

View file

@ -1,7 +1,7 @@
FROM nvidia/cuda:11.2.2-devel-ubuntu20.04
ENV ARGOS_DEVICE_TYPE cuda
ARG with_models=true
ARG with_models=false
ARG models=""
WORKDIR /app