Skip to content

Commit

Permalink
larger run
Browse files Browse the repository at this point in the history
  • Loading branch information
olive004 committed Nov 14, 2024
1 parent f3c492f commit 9e7d84e
Show file tree
Hide file tree
Showing 5 changed files with 107,258 additions and 70 deletions.
4 changes: 2 additions & 2 deletions docker_unix_hslab/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# https://quay.io/repository/biocontainers/intarna
FROM quay.io/biocontainers/intarna:3.4.1--pl5321hdcf5f25_0 AS intarna_build

FROM nvidia/cuda:12.0.0-cudnn8-devel-ubuntu20.04 AS workdir_build
FROM nvidia/cuda:12.0.0-cudnn8-devel-ubuntu22.04 AS workdir_build

################################################################################
# Install python dependencies
Expand All @@ -17,7 +17,7 @@ RUN apt-get update && \
RUN yes | apt install git
RUN cd /usr/lib/install_requirements && \
pip install -r ./requirements.txt
RUN pip install jax==0.4.13
# RUN pip install jax==0.4.13
RUN pip install --upgrade "jax[cuda12_pip]" -f https://storage.googleapis.com/jax-releases/jax_cuda_releases.html
RUN pip install git+https://github.com/Steel-Lab-Oxford/core-bioreaction-simulation.git@599990dcac56e7678f45269d2fc9df736d25f356#egg=bioreaction
RUN export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/cuda/lib64:/
Expand Down
Loading

0 comments on commit 9e7d84e

Please sign in to comment.