Skip to content

Commit

Permalink
Update Docker base image and Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
mryab committed Jun 9, 2024
1 parent d20e810 commit 232c6b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nvcr.io/nvidia/cuda:10.2-cudnn8-devel-ubuntu18.04
FROM nvcr.io/nvidia/cuda:12.1.1-cudnn8-runtime-ubuntu22.04
LABEL maintainer="Learning@home"
LABEL repository="hivemind"

Expand All @@ -21,7 +21,7 @@ RUN wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -
bash install_miniconda.sh -b -p /opt/conda && rm install_miniconda.sh
ENV PATH="/opt/conda/bin:${PATH}"

RUN conda install python~=3.8 pip && \
RUN conda install python~=3.11.0 pip && \
pip install --no-cache-dir torch torchvision torchaudio && \
conda clean --all

Expand Down

0 comments on commit 232c6b7

Please sign in to comment.