diff --git a/Dockerfile b/Dockerfile
index e8a2a89f7e2f4f90440fc269e6e78f49a78902f2..8b8e489589ac785e89459946882e89507b99c060 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -11,7 +11,7 @@ RUN	conda update conda && \
 
 # download the yml file
 RUN curl https://gitlab.pasteur.fr/tru/miniconda3-python310-pytorch-cuda11.7/-/raw/main/conda-env-export.yml > conda-env-export.yml && \
-	conda env create --name py310-pytorch --file conda-env-export.yml && \
+	conda create --name py310-pytorch --file conda-env-export.yml && \
 	eval "$(conda shell.bash hook)"  && \
 	conda activate py310-pytorch  && \
 	conda list --explicit > /tmp/conda-list--explicit.yml