Skip to content

Commit

Permalink
Updated container version
Browse files Browse the repository at this point in the history
  • Loading branch information
maurerv committed Apr 19, 2024
1 parent 00b30f5 commit 12c3a0b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions workflow/docker/pulldown.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

# Extended by Valentin Maurer <[email protected]>

ARG CUDA=11.6.1
FROM nvidia/cuda:11.6.1-cudnn8-runtime-ubuntu20.04
ARG CUDA=11.8.0
FROM nvidia/cuda:${CUDA}-cudnn8-runtime-ubuntu22.04
ARG CUDA

SHELL ["/bin/bash", "-o", "pipefail", "-c"]
Expand Down Expand Up @@ -62,6 +62,8 @@ RUN conda install -y -c conda-forge -c bioconda \
python=3.10 \
&& conda clean --all --force-pkgs-dirs --yes

RUN conda install -y -c nvidia cuda-nvcc

COPY . /app/alphafold
RUN wget -q -P /app/alphafold/alphafold/common/ \
https://git.scicore.unibas.ch/schwede/openstructure/-/raw/7102c63615b64735c4941278d92b554ec94415f8/modules/mol/alg/src/stereo_chemical_props.txt
Expand Down

0 comments on commit 12c3a0b

Please sign in to comment.