Skip to content

Commit

Permalink
Update Miniconda version in Dockerfiles for development and testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-gajarsky committed Nov 9, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f73588d commit aecd78d
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.dev.gpu
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \

# Install miniconda
ENV CONDA_DIR /opt/conda
RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-py39_4.9.2-Linux-x86_64.sh -O ~/miniconda.sh && \
RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-py39_24.9.2-0-Linux-x86_64.sh -O ~/miniconda.sh && \
/bin/bash ~/miniconda.sh -b -p /opt/conda

# Add conda to path
2 changes: 1 addition & 1 deletion docker/Dockerfile.tests
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ RUN apt-get update && apt-get install -y \

# Install miniconda
ENV CONDA_DIR /opt/conda
RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-py39_4.9.2-Linux-x86_64.sh -O ~/miniconda.sh && \
RUN wget --quiet https://repo.anaconda.com/miniconda/Miniconda3-py39_24.9.2-0-Linux-x86_64.sh -O ~/miniconda.sh && \
/bin/bash ~/miniconda.sh -b -p /opt/conda

# Add conda to path

0 comments on commit aecd78d

Please sign in to comment.