From 835731c3a39bf8ae0d30377aaf09399fa91f72b5 Mon Sep 17 00:00:00 2001 From: Maria Wyrzykowska Date: Fri, 27 Sep 2024 11:42:28 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 55bd231..1af2b3b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,8 @@ RUN micromamba create -n $ENV_NAME -y && \ neptune==1.10.2 -y && \ /usr/local/bin/micromamba run -n $ENV_NAME pip3 install opencv-python==4.9.0.80 \ tensorflow-addons==0.23.0 \ - cupy-cuda12x==13.3.0 && \ + cupy-cuda12x==13.3.0 \ + pytest && \ /usr/local/bin/micromamba run -n $ENV_NAME python -m pip install . # Default command when the container starts (optional)