From 4362022b1dc920f7926ecb603dceddbb5b6147b0 Mon Sep 17 00:00:00 2001 From: Miao YU Date: Wed, 28 Aug 2024 12:24:50 -0400 Subject: [PATCH] Update Dockerfile --- deepspace/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deepspace/Dockerfile b/deepspace/Dockerfile index f45bd32..946d119 100755 --- a/deepspace/Dockerfile +++ b/deepspace/Dockerfile @@ -19,7 +19,7 @@ RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh - ENV PATH=/opt/conda/bin:$PATH RUN conda create -n gpu python=3.12 -y \ - && conda install -n gpu -c conda-forge jupyter ipykernel tables h5py numpy pandas scipy scikit-learn joblib matplotlib cupy-cuda12x \ + && conda install -n gpu -c conda-forge jupyter ipykernel tables h5py numpy pandas scipy scikit-learn joblib matplotlib cupy \ && conda clean -afy RUN wget -qO- https://cloud.r-project.org/bin/linux/ubuntu/marutter_pubkey.asc | tee -a /etc/apt/trusted.gpg.d/cran_ubuntu_key.asc \